[llvm-dwp] Remove some unused test code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2015-12-14 07:41:56 +00:00
parent c179deb8b8
commit ea8e65febc
2 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
struct foo { };
foo a;

View File

@ -1,3 +0,0 @@
struct bar { };
void b(bar) {
}