1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:46:38 +02:00

Remove gone do_backtrace() prototype and call from memory.c

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1957 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-09 21:35:04 +00:00
parent 72b86bcf72
commit e7228b6289
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -592,7 +592,6 @@ E time_t start_time;
E void save_databases();
E void expire_all();
E void do_backtrace(int show_segheader);
E void sighandler(int signum);
E void do_restart_services();
+1 -2
View File
@@ -101,8 +101,7 @@ char *sstrdup(const char *src)
strcpy(ret, src);
} else {
alog("sstrdup() called with NULL-arg");
if (debug)
do_backtrace(0);
abort();
}
return ret;