diff options
author | Haru <haru@dotalux.com> | 2018-11-11 23:26:19 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-11-13 14:42:46 +0100 |
commit | ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb (patch) | |
tree | bf840ba8ba3343700246e0b8ccce66c1ce3fb18f /src/config | |
parent | c9894956cbd029b31b3ad833804a4e59018eb015 (diff) | |
download | hercules-ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb.tar.gz hercules-ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb.tar.bz2 hercules-ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb.tar.xz hercules-ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb.zip |
Remove the unused minicore libraries and ifdefs
Minicore was previously used by the tools in the src/tool directory, and
is currently unused.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/const.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config/const.h b/src/config/const.h index 3b35e354e..4767b5721 100644 --- a/src/config/const.h +++ b/src/config/const.h @@ -114,11 +114,6 @@ } while(0) #endif -/* console_input doesn't go well with minicore */ -#ifdef MINICORE - #undef CONSOLE_INPUT -#endif - /** * End of File **/ |