]> granicus.if.org Git - clang/commitdiff
Remove unused variable from test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Mar 2014 16:53:13 +0000 (16:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Mar 2014 16:53:13 +0000 (16:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204051 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/drs/dr412.cpp

index e93795b6ee35beec15cc3b1b8b806d06ed0a74ba..ca794997805edf829fa3ef5c271792e877fa066c 100644 (file)
@@ -9,7 +9,7 @@
 // REQUIRES: LP64
 typedef __SIZE_TYPE__ size_t;
 namespace std { struct bad_alloc {}; }
-int x;
+
 inline void* operator new(size_t) BAD_ALLOC; // expected-error {{cannot be declared 'inline'}}
 inline void* operator new[](size_t) BAD_ALLOC; // expected-error {{cannot be declared 'inline'}}
 inline void operator delete(void*) NOEXCEPT; // expected-error {{cannot be declared 'inline'}}