Move print_pending_errors to text_io_handler

This commit is contained in:
Twan van Laarhoven
2020-04-20 23:04:38 +02:00
parent b283a02d2f
commit b8c5a312e6
4 changed files with 20 additions and 14 deletions
-1
View File
@@ -35,7 +35,6 @@ private:
#if USE_SCRIPT_PROFILING
void showProfilingStats(const FunctionProfile& parent, int level = 0);
#endif
void print_pending_errors();
/// our own context, when no set is loaded
Context& getContext();