aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-03-02 21:57:24 +0000
committerDouglas Gregor <dgregor@apple.com>2011-03-02 21:57:24 +0000
commit1e284a703c627d0614032190cf60392af7565289 (patch)
tree45e9281d162bde4d0da96745a2427456a58ab57a /lib/Sema/SemaDecl.cpp
parent0a9beb52baa6c990d45d638a177d9456e650282a (diff)
Remove cruft
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r--lib/Sema/SemaDecl.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp
index 7e6602fedf..70c405c132 100644
--- a/lib/Sema/SemaDecl.cpp
+++ b/lib/Sema/SemaDecl.cpp
@@ -1,12 +1,3 @@
-template<typename T>
-struct vector {
-
-};
-
-void f() {
- vector<int> v;
-}
-
//===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===//
//
// The LLVM Compiler Infrastructure