diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 16:19:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:26 +0200 |
commit | 6aadc284c68997475b898cf29e5e80f65e71f525 (patch) | |
tree | e4f049237e05675cd0085021250bd7f00560d179 /sal | |
parent | 84d30c90c3dd1964306b924d7617604165122512 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I5740a22f0d768b9b1d7449f54b859bcb40401367
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/file/osl_old_test_file.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx index fb51d63c9250..d46a8c6fa5ca 100644 --- a/sal/qa/osl/file/osl_old_test_file.cxx +++ b/sal/qa/osl/file/osl_old_test_file.cxx @@ -81,15 +81,6 @@ const char * const aSource2[ ] = 0,0 }; -const char * const aSource3[ ] = -{ - ".." , "/a", - "../a" , "/a/a", - "e/f" , "/c/e/f", - "../..", "", - 0,0 -}; - using ::rtl::OUString; using ::rtl::OUStringToOString; using ::rtl::OString; |