Remove cruft

llvm-svn: 126888
This commit is contained in:
Douglas Gregor 2011-03-02 21:57:24 +00:00
parent 6471db0749
commit 978d07a5d7
1 changed files with 0 additions and 9 deletions

View File

@ -1,12 +1,3 @@
template<typename T>
struct vector {
};
void f() {
vector<int> v;
}
//===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===//
//
// The LLVM Compiler Infrastructure