Remove noisy semicolon.

llvm-svn: 95872
This commit is contained in:
Benjamin Kramer 2010-02-11 11:33:47 +00:00
parent 243e1f21db
commit 15d8225b59
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public:
virtual bool UseDwarfDebugFlags() const { return false; }
/// UseSjLjExceptions - Does this tool chain use SjLj exceptions.
virtual bool UseSjLjExceptions() const { return false; };
virtual bool UseSjLjExceptions() const { return false; }
};
} // end namespace driver