From: Douglas Gregor Date: Wed, 2 Mar 2011 21:57:24 +0000 (+0000) Subject: Remove cruft X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e284a703c627d0614032190cf60392af7565289;p=clang Remove cruft git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126888 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -struct vector { - -}; - -void f() { - vector v; -} - //===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===// // // The LLVM Compiler Infrastructure