Commit d569f7a4 authored by John Esmet's avatar John Esmet

FT-513 Remove some windows cruft

parent a57387df
...@@ -221,7 +221,6 @@ time_fsyncs_many_files(int N, int bytes, int fds[/*N*/]) { ...@@ -221,7 +221,6 @@ time_fsyncs_many_files(int N, int bytes, int fds[/*N*/]) {
} }
} }
//sync() does not appear to have an analogue on windows.
static void static void
time_sync_fsyncs_many_files(int N, int bytes, int fds[/*N*/]) { time_sync_fsyncs_many_files(int N, int bytes, int fds[/*N*/]) {
if (verbose>1) { if (verbose>1) {
......
...@@ -107,11 +107,6 @@ PATENT RIGHTS GRANT: ...@@ -107,11 +107,6 @@ PATENT RIGHTS GRANT:
#define DEV_NULL_FILE "/dev/null" #define DEV_NULL_FILE "/dev/null"
// HACK Poison these mcaros so no one uses them
#define TOKU_WINDOWS ,
#define TOKU_WINDOWS_32 ,
#define TOKU_WINDOWS_64 ,
// include here, before they get deprecated // include here, before they get deprecated
#include <toku_atomic.h> #include <toku_atomic.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment