Extraneous semicolon.
authorEric Christopher <echristo@apple.com>
Fri, 20 Apr 2012 22:07:50 +0000 (22:07 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 20 Apr 2012 22:07:50 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155247 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/YAMLParser.h

index 47206b3c6d9d65ec471ef5ea4dd29dbcec5e3b77..87117fdd4da22bdc3e48467ecf42ccb729874657 100644 (file)
@@ -130,7 +130,7 @@ public:
   void setError(const Twine &Message, Token &Location) const;
   bool failed() const;
 
-  virtual void skip() {};
+  virtual void skip() {}
 
   unsigned int getType() const { return TypeID; }
   static inline bool classof(const Node *) { return true; }