tweaks: remove some timing code that has served its purpose

master
Benno Schulenberg 2019-10-03 19:00:50 +02:00
parent 3e33d1eba6
commit b480e7fc9c
1 changed files with 0 additions and 10 deletions

View File

@ -2329,18 +2329,8 @@ int main(int argc, char **argv)
#ifdef ENABLE_SPELLER #ifdef ENABLE_SPELLER
alt_speller = NULL; alt_speller = NULL;
#endif #endif
//#define TIMEIT 12
#ifdef TIMEIT
#include <time.h>
clock_t start = clock();
#endif
/* Now process the system's and the user's nanorc file, if any. */ /* Now process the system's and the user's nanorc file, if any. */
do_rcfiles(); do_rcfiles();
#ifdef TIMEIT
fprintf(stderr, "Took: %.3f\n",
(double)(clock() - start) / CLOCKS_PER_SEC);
#endif
/* If the backed-up command-line options have a value, restore them. */ /* If the backed-up command-line options have a value, restore them. */
#ifdef ENABLED_WRAPORJUSTIFY #ifdef ENABLED_WRAPORJUSTIFY