summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 3a658fb..6c142c6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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, ...);