Remove unused macro NINJA_UNUSED_ARG.
authorNico Weber <nicolasweber@gmx.de>
Tue, 28 Aug 2012 19:11:27 +0000 (12:11 -0700)
committerNico Weber <nicolasweber@gmx.de>
Tue, 28 Aug 2012 19:11:27 +0000 (12:11 -0700)
src/util.h

index 3a658fb..6c142c6 100644 (file)
@@ -25,8 +25,6 @@
 #include <vector>
 using namespace std;
 
-#define NINJA_UNUSED_ARG(arg_name) (void)arg_name;
-
 /// Log a fatal message and exit.
 void Fatal(const char* msg, ...);