summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-04-10 18:03:22 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-04-10 18:03:22 +0200
commit8c3dd07dfb613f3aeb28db8d8e7e463c68f5775b (patch)
tree9973de048288d00d58790ed48b523aa20f225ba2
parent634e5db20969023f7545ad0780181b0d3085567d (diff)
downloadsolar-8c3dd07dfb613f3aeb28db8d8e7e463c68f5775b.tar
solar-8c3dd07dfb613f3aeb28db8d8e7e463c68f5775b.zip
lex: remove now unused include and define
-rw-r--r--src/lex.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lex.cpp b/src/lex.cpp
index 9415d8b..5064dd7 100644
--- a/src/lex.cpp
+++ b/src/lex.cpp
@@ -26,11 +26,6 @@
#include "lex.hpp"
-#include <cstdlib>
-
-
-#define array_size(array) (sizeof(array)/sizeof((array)[0]))
-
namespace solar {