Migrate function.cpp to scoped_lock and shared_ptr

This commit is contained in:
ridiculousfish
2012-01-23 20:32:36 -08:00
parent fa569b32fb
commit 378fd60756
4 changed files with 91 additions and 124 deletions

View File

@@ -393,7 +393,6 @@ int main( int argc, char **argv )
history_destroy();
proc_destroy();
builtin_destroy();
function_destroy();
reader_destroy();
parser.destroy();
wutil_destroy();