forked from OSchip/llvm-project
Sema: Remove useless MSStructPragmaOn update in Sema::~Sema
No functional change, this code was just superfluous. llvm-svn: 201099
This commit is contained in:
parent
4a4be11e62
commit
cfb40600e9
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue