aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-14 20:30:29 +0000
committerChris Lattner <sabre@nondot.org>2009-04-14 20:30:29 +0000
commit44e79b1b60ada12119bd9b39fef28f7f69cddd7c (patch)
tree7694c656300b5b774ff4ab91326b2b471541a160 /lib/CodeGen/CodeGenModule.h
parentcbb8fc18d86a886856f5b852a6a3ead71fec17f9 (diff)
remove dead enum
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r--lib/CodeGen/CodeGenModule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h
index ff6c405de0..9a61a68f42 100644
--- a/lib/CodeGen/CodeGenModule.h
+++ b/lib/CodeGen/CodeGenModule.h
@@ -314,7 +314,6 @@ public:
enum GVALinkage {
GVA_Internal,
- GVA_ExternInline,
GVA_C99Inline,
GVA_CXXInline,
GVA_StrongExternal