[Lldb-commits] [lldb] r223831 - Removed an unnecessary variaable.

Sean Callanan scallanan at apple.com
Tue Dec 9 13:20:04 PST 2014


Author: spyffe
Date: Tue Dec  9 15:20:03 2014
New Revision: 223831

URL: http://llvm.org/viewvc/llvm-project?rev=223831&view=rev
Log:
Removed an unnecessary variaable.

Modified:
    lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h

Modified: lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h?rev=223831&r1=223830&r2=223831&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h (original)
+++ lldb/trunk/include/lldb/Symbol/ClangExternalASTSourceCommon.h Tue Dec  9 15:20:03 2014
@@ -179,11 +179,6 @@ private:
     typedef llvm::DenseMap<const void *, ClangASTMetadata> MetadataMap;
     
     MetadataMap m_metadata;
-    uint64_t    m_magic;        ///< Because we don't have RTTI, we must take it
-                                ///< on faith that any valid ExternalASTSource that
-                                ///< we try to use the *Metadata APIs on inherits
-                                ///< from ClangExternalASTSourceCommon.  This magic
-                                ///< number exists to enforce that.
 };
 
 }





More information about the lldb-commits mailing list