X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FMCContext.cpp;h=b5ad518d0330e89f6846cee1fe0dcffc6469836d;hb=74012f5a19492f002994872f6ed1cd96383b620e;hp=383540a7a8fa3714ccfc45ca34c3cc1d85f5b372;hpb=43f1dd7a0084daba57a9f791cfad74d0667d2307;p=oota-llvm.git diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp index 383540a7a8f..b5ad518d033 100644 --- a/lib/MC/MCContext.cpp +++ b/lib/MC/MCContext.cpp @@ -63,9 +63,6 @@ MCContext::~MCContext() { // NOTE: The symbols are all allocated out of a bump pointer allocator, // we don't need to free them here. - - // If the stream for the .secure_log_unique directive was created free it. - delete (raw_ostream *)SecureLog; } //===----------------------------------------------------------------------===//