Remove spurious semicolons.

llvm-svn: 77077
This commit is contained in:
Dan Gohman 2009-07-25 16:00:54 +00:00
parent 9f831dbbcd
commit b7e6a3f527
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public:
/// whether an output error has been encountered.
bool has_error() const {
return Error;
};
}
/// clear_error - Set the flag read by has_error() to false. If the error
/// flag is set at the time when this raw_ostream's destructor is called,
@ -86,7 +86,7 @@ public:
/// after handling the error to avoid this behavior.
void clear_error() {
Error = false;
};
}
//===--------------------------------------------------------------------===//
// Configuration Interface