diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-03-19 22:13:20 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-03-19 22:13:20 +0000 |
| commit | 9507d46d623e440bd4145d9ad89ea850a5737138 (patch) | |
| tree | b3e9eca6d782d164c1515b76a338b1b0bceeb344 /clang/lib/Sema/Sema.h | |
| parent | 8aaca67b0ace63b1f87c0bcfb9054ed57ac9d206 (diff) | |
| download | bcm5719-llvm-9507d46d623e440bd4145d9ad89ea850a5737138.tar.gz bcm5719-llvm-9507d46d623e440bd4145d9ad89ea850a5737138.zip | |
Remove the capture, serialization, and deserialization of comment
ranges as part of the ASTContext. This code is not and was never used,
but contributes ~250k to the size of the Cocoa.h precompiled
header.
llvm-svn: 99007
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 747fd889786..aca4fdcb618 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -686,8 +686,6 @@ public: /// WeakTopLevelDeclDecls - access to #pragma weak-generated Decls llvm::SmallVector<Decl*,2> &WeakTopLevelDecls() { return WeakTopLevelDecl; } - virtual void ActOnComment(SourceRange Comment); - //===--------------------------------------------------------------------===// // Type Analysis / Processing: SemaType.cpp. // |

