diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 08:50:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-04 08:50:48 +0100 |
commit | 3c53b783f3578ffe26e5812c00ba7bffb41bfa86 (patch) | |
tree | 368167b8509e345a86c6f2e3d52e76287882a24c /sal | |
parent | 2e73ae7a62013ce896d237809703f6efc1c8dabe (diff) |
-Werror,-Wunused-macros
Change-Id: I5402d52ec42fa27c58b276eeb22eeb270c3d7948
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/file/osl_old_test_file.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx index 8db4b25823b7..24c96def8771 100644 --- a/sal/qa/osl/file/osl_old_test_file.cxx +++ b/sal/qa/osl/file/osl_old_test_file.cxx @@ -26,9 +26,6 @@ #include <string.h> #include <sys/stat.h> #define TEST_VOLUME "" -#else -// WINDOWS -#define TEST_VOLUME "c:/" #endif #include <cppunit/TestFixture.h> |