Fix -Wextra-semi warnings.
[oota-llvm.git] / include / llvm / MC / MCLinkerOptimizationHint.h
index 4b6f7ecc9fba61a8524ba86ce25904a52686c743..a519c4b71b033163b8d4ff500d1e177d0164e844 100644 (file)
@@ -160,7 +160,7 @@ class MCLOHContainer {
 public:
   typedef SmallVectorImpl<MCLOHDirective> LOHDirectives;
 
-  MCLOHContainer() : EmitSize(0) {};
+  MCLOHContainer() : EmitSize(0) {}
 
   /// Const accessor to the directives.
   const LOHDirectives &getDirectives() const {