diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configreader.h b/include/configreader.h index 76ca6084a..617059cf4 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -503,14 +503,6 @@ class CoreExport ServerConfig : public Extensible */ std::vector<ListenSocket*> ports; - /** Boolean sets of which modules implement which functions - */ - char implement_lists[255][255]; - - /** Global implementation list - */ - char global_implementation[255]; - /** A list of ports claimed by IO Modules */ std::map<int,Module*> IOHookModule; |