1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-02 14:40:45 +00:00

Remove #ifdef DEMO. (#116)

This commit is contained in:
Bruce Mitchener
2020-12-23 00:27:59 +07:00
committed by GitHub
parent 254550d111
commit d3cb239091
3 changed files with 0 additions and 14 deletions

View File

@@ -743,9 +743,6 @@ void print_info_lines() {
#else
printf("Creation date: %s", ctime(&MDate));
#endif
#ifdef DEMO
printf("Demonstration emulator, not for commercial use\n");
#endif /* DEMO */
#ifdef LPSOLVE
printf("Contains lp_solve LP solver.\n");
#endif /* LPSOLVE */