diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-18 17:03:18 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-18 17:03:18 +0000 |
commit | 3f262dceb4b2af1e36cca10e1706fb7d3e24eca7 (patch) | |
tree | 8b278a965ac4bc68df2a0e116ca04672da70ca9b /src/conf.c | |
parent | 1e21bff05889fdda8187cbd238046d8c2b2a474e (diff) |
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1666 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1921,8 +1921,6 @@ clear_out_old_conf(void) void conf_add_class_to_conf(struct MaskItem *conf, const char *class_name) { - struct ClassItem *class = NULL; - if (class_name == NULL) { conf->class = class_default; |