diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-05-06 19:11:39 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2014-05-06 19:11:39 +0000 |
| commit | aa30ccffa8b3dc79feebea1d93b8e60a14b43f10 (patch) | |
| tree | 156adfc7cb39dc5f6b5502ce18047ffe47d46fba | |
| parent | b51711b356c625ff3b85b1df7bc738e6953542aa (diff) | |
| download | bcm5719-llvm-aa30ccffa8b3dc79feebea1d93b8e60a14b43f10.tar.gz bcm5719-llvm-aa30ccffa8b3dc79feebea1d93b8e60a14b43f10.zip | |
Remove unused variable.
llvm-svn: 208121
| -rw-r--r-- | lld/unittests/DriverTests/InputGraphTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/InputGraphTest.cpp b/lld/unittests/DriverTests/InputGraphTest.cpp index a51e20ca75e..80b906742fa 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( |

