[Sanitizer] Remove empty method

llvm-svn: 199481
This commit is contained in:
Alexey Samsonov 2014-01-17 08:39:05 +00:00
parent 15478b32cb
commit a64851bccb
1 changed files with 0 additions and 5 deletions

View File

@ -233,9 +233,6 @@ class ExternalSymbolizer {
return 0; return 0;
} }
void Flush() {
}
private: private:
bool Restart() { bool Restart() {
if (input_fd_ != kInvalidFd) if (input_fd_ != kInvalidFd)
@ -506,8 +503,6 @@ class POSIXSymbolizer : public Symbolizer {
SymbolizerScope sym_scope(this); SymbolizerScope sym_scope(this);
internal_symbolizer_->Flush(); internal_symbolizer_->Flush();
} }
if (external_symbolizer_ != 0)
external_symbolizer_->Flush();
} }
const char *Demangle(const char *name) { const char *Demangle(const char *name) {