1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 20:43:13 +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 -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;