From ea8e65febc2fa4d560b36bc503ceab409f942582 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 14 Dec 2015 07:41:56 +0000 Subject: [PATCH] [llvm-dwp] Remove some unused test code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255481 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-dwp/Inputs/type_units/a.cpp | 2 -- test/tools/llvm-dwp/Inputs/type_units/b.cpp | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 test/tools/llvm-dwp/Inputs/type_units/a.cpp delete mode 100644 test/tools/llvm-dwp/Inputs/type_units/b.cpp 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) { -} -- 2.34.1