diff options
author | Rui Ueyama <ruiu@google.com> | 2014-04-02 21:39:44 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-04-02 21:39:44 +0000 |
commit | d33a3d8892936d4736addf1968f6da76d19e4e1e (patch) | |
tree | ce7f8975a0e22d08b7024bc8e6c99e750ddbd607 | |
parent | 009d0e96b7029b7de6451ced692a0527d7e4c21c (diff) | |
download | llvm-d33a3d8892936d4736addf1968f6da76d19e4e1e.zip llvm-d33a3d8892936d4736addf1968f6da76d19e4e1e.tar.gz llvm-d33a3d8892936d4736addf1968f6da76d19e4e1e.tar.bz2 |
Remove unused include.
llvm-svn: 205466
-rw-r--r-- | lld/unittests/DriverTests/InputGraphTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/unittests/DriverTests/InputGraphTest.cpp b/lld/unittests/DriverTests/InputGraphTest.cpp index a6bb3bc..18e3cf15 100644 --- a/lld/unittests/DriverTests/InputGraphTest.cpp +++ b/lld/unittests/DriverTests/InputGraphTest.cpp @@ -12,8 +12,6 @@ /// //===----------------------------------------------------------------------===// -#include <stdarg.h> - #include "gtest/gtest.h" #include "lld/Core/InputGraph.h" |