diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 8ce149870..d6dede920 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -1207,6 +1207,7 @@ int sqlite3OsCurrentTime(double *prNow){ return 0; } +#if 0 /* NOT USED */ /* ** Find the time that the file was last modified. Write the ** modification time and date as a Julian Day number into *prNow and @@ -1224,5 +1225,6 @@ int sqlite3OsFileModTime(OsFile *id, double *prNow){ } return rc; } +#endif /* NOT USED */ #endif /* OS_UNIX */ |