diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-09-11 18:57:34 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-09-11 18:57:34 +0200 |
commit | b87585977fb60e3ffa44864dc8ba28a031e47e2f (patch) | |
tree | 1eb20f612d12902def309afb7d26775532a408d1 /src/Simulator/IncrementalRedstoneSimulator.h | |
parent | Possibly decoupled IncrementalRedstoneSimulator from the rest of the server (diff) | |
download | cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.tar cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.tar.gz cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.tar.bz2 cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.tar.lz cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.tar.xz cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.tar.zst cuberite-b87585977fb60e3ffa44864dc8ba28a031e47e2f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator.h b/src/Simulator/IncrementalRedstoneSimulator.h index bc2c4ffd0..0120a3208 100644 --- a/src/Simulator/IncrementalRedstoneSimulator.h +++ b/src/Simulator/IncrementalRedstoneSimulator.h @@ -313,8 +313,3 @@ private: } }; - -#ifdef SELF_TEST -#include "IncrementalRedstoneSimulator.inc" -#endif - |