aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-05-06 19:11:39 +0000
committerRui Ueyama <ruiu@google.com>2014-05-06 19:11:39 +0000
commitaa30ccffa8b3dc79feebea1d93b8e60a14b43f10 (patch)
tree156adfc7cb39dc5f6b5502ce18047ffe47d46fba
parentb51711b356c625ff3b85b1df7bc738e6953542aa (diff)
downloadllvm-aa30ccffa8b3dc79feebea1d93b8e60a14b43f10.zip
llvm-aa30ccffa8b3dc79feebea1d93b8e60a14b43f10.tar.gz
llvm-aa30ccffa8b3dc79feebea1d93b8e60a14b43f10.tar.bz2
Remove unused variable.
llvm-svn: 208121
-rw-r--r--lld/unittests/DriverTests/InputGraphTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/InputGraphTest.cpp b/lld/unittests/DriverTests/InputGraphTest.cpp
index a51e20c..80b9067 100644
--- a/lld/unittests/DriverTests/InputGraphTest.cpp
+++ b/lld/unittests/DriverTests/InputGraphTest.cpp
@@ -158,7 +158,6 @@ TEST_F(InputGraphTest, GroupIteration) {
// Node expansion tests
TEST_F(InputGraphTest, Normalize) {
- std::vector<std::unique_ptr<File>> objfiles;
_graph->addInputElement(createFile2("file1", "file2"));
std::unique_ptr<TestExpandFileNode> expandFile(