diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-14 20:30:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-14 20:30:29 +0000 |
commit | 28549de12cb11da6f86ad042fa5a16783224893e (patch) | |
tree | 107590619cbaaaa847d50fb74c51cd5aa362d49a | |
parent | bae0e689307fe97e572c52d585b699b000aba7d1 (diff) | |
download | bcm5719-llvm-28549de12cb11da6f86ad042fa5a16783224893e.tar.gz bcm5719-llvm-28549de12cb11da6f86ad042fa5a16783224893e.zip |
remove dead enum
llvm-svn: 69070
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index ff6c405de03..9a61a68f424 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -314,7 +314,6 @@ public: enum GVALinkage { GVA_Internal, - GVA_ExternInline, GVA_C99Inline, GVA_CXXInline, GVA_StrongExternal |