summaryrefslogtreecommitdiff
path: root/src/unittest/test.h
diff options
context:
space:
mode:
authorlhofhansl <lhofhansl@yahoo.com>2018-07-08 13:30:55 -0700
committerParamat <paramat@users.noreply.github.com>2018-07-08 21:30:55 +0100
commit94cd2bfeac073bf0ff0c384e4921c90f281747b0 (patch)
tree8a07ce985e9486b2bd37c1cbb344286cea5fa446 /src/unittest/test.h
parent334d8c31ee96f2e6a8464c99eecf84793f598fb6 (diff)
downloadminetest-94cd2bfeac073bf0ff0c384e4921c90f281747b0.tar.gz
minetest-94cd2bfeac073bf0ff0c384e4921c90f281747b0.tar.bz2
minetest-94cd2bfeac073bf0ff0c384e4921c90f281747b0.zip
Revert 6587 - Optimize entity-entity collision (#7539)
Diffstat (limited to 'src/unittest/test.h')
-rw-r--r--src/unittest/test.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/unittest/test.h b/src/unittest/test.h
index a6cd03ed2..1102f6d33 100644
--- a/src/unittest/test.h
+++ b/src/unittest/test.h
@@ -99,10 +99,6 @@ class TestFailedException : public std::exception {
UASSERT(exception_thrown); \
}
-#define CONCAT_IMPL(x,y) x##y
-#define CONCAT(x,y) CONCAT_IMPL(x, y)
-#define NEWNAME(prefix) CONCAT(prefix, __COUNTER__)
-
class IGameDef;
class TestBase {