diff --git a/env.cpp b/env.cpp index 791ff4528..5c4446143 100644 --- a/env.cpp +++ b/env.cpp @@ -1471,7 +1471,6 @@ void env_pop() } } - /** Function used with to insert keys of one table into a set::set */ diff --git a/event.cpp b/event.cpp index 9c59bb0d5..531e1064e 100644 --- a/event.cpp +++ b/event.cpp @@ -221,6 +221,7 @@ wcstring event_get_desc( const event_t *e ) return result; } +#if 0 static void show_all_handlers(void) { puts("event handlers:"); for (event_list_t::const_iterator iter = events.begin(); iter != events.end(); iter++) { @@ -229,6 +230,7 @@ static void show_all_handlers(void) { printf(" handler now %ls\n", tmp.c_str()); } } +#endif void event_add_handler( event_t *event ) {