Don't check whether it exists or not just delete it.
git-svn-id: http://root.cern.ch/svn/root/trunk@46469 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
23b6f09319
commit
ca7d8a81e9
@ -779,7 +779,7 @@ Index: tools/clang/lib/Sema/Sema.cpp
|
||||
ExternalSema->ForgetSema();
|
||||
+
|
||||
+ // If Sema's ExternalSource is the multiplexer - we own it.
|
||||
+ if (ExternalSource && isMultiplexExternalSource)
|
||||
+ if (isMultiplexExternalSource)
|
||||
+ delete ExternalSource;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user