X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fsorter%2Fradix-asio-test.c;h=168f6ff6b4f0b982a3cb2ce434ee2c6bd5989aae;hb=c8c688e0b06fdacb20b28b66b9b0608dae8ca0dc;hp=a108ed0ca6c9ccf0b7440698ab86c171f9b56b95;hpb=68db8b90631245264d74e5343f7d555c61645494;p=libucw.git diff --git a/debug/sorter/radix-asio-test.c b/debug/sorter/radix-asio-test.c index a108ed0c..168f6ff6 100644 --- a/debug/sorter/radix-asio-test.c +++ b/debug/sorter/radix-asio-test.c @@ -16,11 +16,7 @@ #include #define COPY -#ifdef O_DIRECT #define DIRECT O_DIRECT -#else -#define DIRECT 0 // Direct IO not supported, fallback to normal mode -#endif static timestamp_t timer;