]> granicus.if.org Git - clang/commitdiff
Remove a type that got reduced away from this test case but not actually deleted.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Dec 2010 08:01:53 +0000 (08:01 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Dec 2010 08:01:53 +0000 (08:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121694 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/return-stack-addr.cpp

index b4d9b9037d54c2291cbfd046bbcfa5708f454222..fbbaf836f1abf6fb40ca0125f7e54ceb9d0fec27 100644 (file)
@@ -123,7 +123,6 @@ void test_PR7999(PR7999_X& x) { (void)PR7999_f(x); } // no-warning
 // variables with an initializer, especially in templates where the default
 // argument may not be an expression (yet).
 namespace PR8774 {
-  template <typename T> class A { };
   template <typename U> struct B { };
   template <typename V> V f(typename B<V>::type const &v = B<V>::value()) {
     return v;