summaryrefslogtreecommitdiff
path: root/src/core/weechat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r--src/core/weechat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c
index 323b740ce..3cb266c11 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -51,7 +51,6 @@
#endif
#include "weechat.h"
-#include "wee-alias.h"
#include "wee-backtrace.h"
#include "wee-command.h"
#include "wee-config.h"
@@ -487,7 +486,6 @@ weechat_shutdown (int return_code, int crash)
log_close ();
if (local_charset)
free (local_charset);
- alias_free_all ();
if (crash)
abort();