Problem: Unused global variable.
Solution: Remove the variable. (closes #11752)
EXTERN int xsmp_icefd INIT(= -1); // The actual connection
#endif
-// For undo we need to know the lowest time possible.
-EXTERN time_T starttime;
-
#ifdef STARTUPTIME
EXTERN FILE *time_fd INIT(= NULL); // where to write startup timing
#endif
# endif
}
#endif
- starttime = time(NULL);
#ifdef CLEAN_RUNTIMEPATH
// Need to find "--clean" before actually parsing arguments.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1101,
/**/
1100,
/**/