diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-22 04:29:51 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-22 04:29:51 +0000 |
commit | 1c912588ddd8f14ae75f3166fffad84c44c6c4e6 (patch) | |
tree | 39d3f80f1ee6fd434b17a8c4b55d3841f4c4daba /include/configreader.h | |
parent | 783f1640b6a5e9ffeae9a7d8c96bec9c412d4a91 (diff) |
Removed <options:tempdir> - this hasn't been used since modules were updated to not copy before load (quite awhile ago)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5785 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index f3816ba32..1790bd847 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -292,10 +292,6 @@ class ServerConfig : public Extensible */ char ModPath[1024]; - /** The temporary directory where modules are copied - */ - char TempDir[1024]; - /** The full pathname to the executable, as * given in argv[0] when the program starts. */ |