Reverting "disable "invoke cleanup functions in com_quit()""

Revert "disable "invoke cleanup functions in com_quit()""

This reverts commit e35506084e82af52a1f61a553dabc286b7504cea.
This commit is contained in:
rlar 2012-09-26 21:14:11 +02:00 committed by dwarning
parent 27d4209518
commit 85a2a7d95a
1 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ com_quit(wordlist *wl)
/* start to clean up the mess */
#if 0
{
wordlist all = { "all", NULL, NULL };
wordlist star = { "*", NULL, NULL };
@ -74,7 +73,6 @@ com_quit(wordlist *wl)
cp_remvar("program");
cp_remvar("prompt");
}
#endif
#ifdef EXPERIMENTAL_CODE
/* Destroy CKT when quit. Add by Gong Ding, gdiso@ustc.edu */