Remove noisy semicolons.
[oota-llvm.git] / lib / Target / Mips / MipsMachineFunction.h
index bbb14a54e19bef4248831b7861ced97a84612430..325619313dee451f5c2346583ee97be2c8196c1e 100644 (file)
@@ -167,7 +167,7 @@ public:
   int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
   void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
 
-  bool hasCall() const { return HasCall; };
+  bool hasCall() const { return HasCall; }
   void setHasCall() { HasCall = true; }
 };