[lld] r205466 - Remove unused include.

Rui Ueyama ruiu at google.com
Wed Apr 2 14:39:44 PDT 2014


Author: ruiu
Date: Wed Apr  2 16:39:44 2014
New Revision: 205466

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

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=205466&r1=205465&r2=205466&view=diff
==============================================================================
--- lld/trunk/unittests/DriverTests/InputGraphTest.cpp (original)
+++ lld/trunk/unittests/DriverTests/InputGraphTest.cpp Wed Apr  2 16:39:44 2014
@@ -12,8 +12,6 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#include <stdarg.h>
-
 #include "gtest/gtest.h"
 
 #include "lld/Core/InputGraph.h"





More information about the llvm-commits mailing list