Sema: Remove useless MSStructPragmaOn update in Sema::~Sema

No functional change, this code was just superfluous.

llvm-svn: 201099
This commit is contained in:
David Majnemer 2014-02-10 17:17:03 +00:00
parent 4a4be11e62
commit cfb40600e9
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ Sema::~Sema() {
delete I->second;
if (PackContext) FreePackedContext();
if (VisContext) FreeVisContext();
MSStructPragmaOn = false;
// Kill all the active scopes.
for (unsigned I = 1, E = FunctionScopes.size(); I != E; ++I)
delete FunctionScopes[I];