diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-12-14 07:41:56 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-12-14 07:41:56 +0000 |
| commit | 429f8ca66d0d0701470b892fb11aabb3e0bbcf87 (patch) | |
| tree | 21ea81eea255e1999bb2927e301239bf70897b9f /llvm/test | |
| parent | cedf8e9be82a616b0442f68d12a426e16399ebb3 (diff) | |
| download | bcm5719-llvm-429f8ca66d0d0701470b892fb11aabb3e0bbcf87.tar.gz bcm5719-llvm-429f8ca66d0d0701470b892fb11aabb3e0bbcf87.zip | |
[llvm-dwp] Remove some unused test code
llvm-svn: 255481
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp b/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp deleted file mode 100644 index f85d105a99f..00000000000 --- a/llvm/test/tools/llvm-dwp/Inputs/type_units/a.cpp +++ /dev/null @@ -1,2 +0,0 @@ -struct foo { }; -foo a; diff --git a/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp b/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp deleted file mode 100644 index fedcc160f41..00000000000 --- a/llvm/test/tools/llvm-dwp/Inputs/type_units/b.cpp +++ /dev/null @@ -1,3 +0,0 @@ -struct bar { }; -void b(bar) { -} |

