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:
Vassil Vassilev 2012-10-11 14:28:35 +00:00
parent 23b6f09319
commit ca7d8a81e9

View File

@ -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;
}