From: David Blaikie Date: Mon, 14 Dec 2015 07:41:56 +0000 (+0000) Subject: [llvm-dwp] Remove some unused test code X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ea8e65febc2fa4d560b36bc503ceab409f942582;p=oota-llvm.git [llvm-dwp] Remove some unused test code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255481 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-dwp/Inputs/type_units/a.cpp b/test/tools/llvm-dwp/Inputs/type_units/a.cpp deleted file mode 100644 index f85d105a99f..00000000000 --- a/test/tools/llvm-dwp/Inputs/type_units/a.cpp +++ /dev/null @@ -1,2 +0,0 @@ -struct foo { }; -foo a; diff --git a/test/tools/llvm-dwp/Inputs/type_units/b.cpp b/test/tools/llvm-dwp/Inputs/type_units/b.cpp deleted file mode 100644 index fedcc160f41..00000000000 --- a/test/tools/llvm-dwp/Inputs/type_units/b.cpp +++ /dev/null @@ -1,3 +0,0 @@ -struct bar { }; -void b(bar) { -}