[lld] r208121 - Remove unused variable.

Rui Ueyama ruiu at google.com
Tue May 6 12:11:39 PDT 2014


Author: ruiu
Date: Tue May  6 14:11:39 2014
New Revision: 208121

URL: http://llvm.org/viewvc/llvm-project?rev=208121&view=rev
Log:
Remove unused variable.

Modified:
    lld/trunk/unittests/DriverTests/InputGraphTest.cpp

Modified: lld/trunk/unittests/DriverTests/InputGraphTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/unittests/DriverTests/InputGraphTest.cpp?rev=208121&r1=208120&r2=208121&view=diff
==============================================================================
--- lld/trunk/unittests/DriverTests/InputGraphTest.cpp (original)
+++ lld/trunk/unittests/DriverTests/InputGraphTest.cpp Tue May  6 14:11:39 2014
@@ -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(





More information about the llvm-commits mailing list