mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Extraneous semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64c7af8900
commit
c61382b763
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user