]> git.lizzy.rs Git - sqlite3-cmake.git/blobdiff - src/shell.c
sqlite 3.23.1
[sqlite3-cmake.git] / src / shell.c
index 039b2d4e33e61fcf7f227796ce0824b1731dc90b..3ab3472e6254b26077ce0c199e107e76ce1bfb99 100644 (file)
@@ -11257,7 +11257,6 @@ static FILE *output_file_open(const char *zFile, int bTextMode){
   return f;
 }
 
-#if !defined(SQLITE_UNTESTABLE)
 #if !defined(SQLITE_OMIT_TRACE) && !defined(SQLITE_OMIT_FLOATING_POINT)
 /*
 ** A routine for handling output from sqlite3_trace().
@@ -11280,7 +11279,6 @@ static int sql_trace_callback(
   return 0;
 }
 #endif
-#endif
 
 /*
 ** A no-op routine that runs with the ".breakpoint" doc-command.  This is