diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-22 21:45:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-22 21:45:53 +0000 |
commit | 48db39dc90c9cc6fbef608b6601d31b36e6c2f40 (patch) | |
tree | 270e1db014feea227d65c4b458b15ea3945ad18a /clang/lib/AST/DeclarationName.cpp | |
parent | 7cd60f7be3e57c142952dc0731e83a4e73ab6ab3 (diff) | |
download | bcm5719-llvm-48db39dc90c9cc6fbef608b6601d31b36e6c2f40.tar.gz bcm5719-llvm-48db39dc90c9cc6fbef608b6601d31b36e6c2f40.zip |
Remove the serialization code that predates precompiled
headers. Future approaches to (de-)serializing ASTs will be based on
the PCH infrastructure.
llvm-svn: 69828
Diffstat (limited to 'clang/lib/AST/DeclarationName.cpp')
-rw-r--r-- | clang/lib/AST/DeclarationName.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/AST/DeclarationName.cpp b/clang/lib/AST/DeclarationName.cpp index e2ed8925951..5cc0aab5ee3 100644 --- a/clang/lib/AST/DeclarationName.cpp +++ b/clang/lib/AST/DeclarationName.cpp @@ -15,9 +15,8 @@ #include "clang/AST/Type.h" #include "clang/AST/Decl.h" #include "clang/Basic/IdentifierTable.h" +#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/FoldingSet.h" -#include "llvm/Bitcode/Serialize.h" -#include "llvm/Bitcode/Deserialize.h" using namespace clang; namespace clang { |