Add change accidentally missed from r230840.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 28 Feb 2015 09:58:41 +0000 (09:58 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 28 Feb 2015 09:58:41 +0000 (09:58 +0000)
llvm-svn: 230843

clang/include/clang/AST/ExternalASTSource.h

index 700ab6d..f35639c 100644 (file)
@@ -412,7 +412,6 @@ public:
   void set(T NewValue) {
     if (LazyData *LazyVal = Value.template dyn_cast<LazyData*>()) {
       LazyVal->LastValue = NewValue;
-      LazyVal->LastGeneration = LazyVal->ExternalSource->getGeneration();
       return;
     }
     Value = NewValue;