diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-04 05:42:33 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-04 05:42:33 +0000 |
commit | 0fb892afc919bec668f6aa24ca984e663e38955c (patch) | |
tree | ef27674b7c1e5cab53b589f2162a83d2f593bf59 /include | |
parent | 1948b0ac2804166261e4ad4d4b8722a4def84135 (diff) |
Forward port the removal of -nolimit (doesn't seem to be in the current command line stuff regardless?)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3815 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd_io.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index 531026778..9b9e1143a 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -189,14 +189,6 @@ class ServerConfig : public classbase */ bool nofork; - /** If this value is true, the owner of the - * server has chosen to unlimit the coredump - * size to as large a value as his account - * settings will allow. This is often used - * when debugging. - */ - bool unlimitcore; - /** If this value is true, halfops have been * enabled in the configuration file. */ |