diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-16 06:12:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-16 06:12:51 +0000 |
commit | ce2b41dab3378750a79db518ab3ba8a5c8f39457 (patch) | |
tree | 52da152ab95085a15e52556e9e9d26107a0c2e95 /lib/CodeGen/CodeGenTypes.h | |
parent | ccfa9639f8d09733bcf1c2572c5bd3daba5bd632 (diff) |
tidy up
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r-- | lib/CodeGen/CodeGenTypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index 9b74106d61..53c27c93e9 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -52,7 +52,6 @@ namespace clang { namespace CodeGen { class CGRecordLayout; - class CodeGenTypes; /// CodeGenTypes - This class organizes the cross-module state that is used /// while lowering AST types to LLVM types. |