summaryrefslogtreecommitdiff
path: root/pr/tests/testfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/testfile.c')
-rw-r--r--pr/tests/testfile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pr/tests/testfile.c b/pr/tests/testfile.c
index 1191bfe9..0bd28cf9 100644
--- a/pr/tests/testfile.c
+++ b/pr/tests/testfile.c
@@ -16,9 +16,6 @@
#if defined(_PR_PTHREADS)
#include <pthread.h>
#endif
-#ifdef SYMBIAN
-#include <getopt.h>
-#endif
#if defined(XP_OS2)
#define INCL_DOSFILEMGR
@@ -74,9 +71,6 @@ char *TEST_DIR = "C:\\temp\\prdir";
char *FILE_NAME = "pr_testfile";
char *HIDDEN_FILE_NAME = "hidden_pr_testfile";
#else
-#ifdef SYMBIAN
-char *TEST_DIR = "c:\\data\\testfile_dir";
-#else
char *TEST_DIR = "/tmp/testfile_dir";
#endif
char *FILE_NAME = "pr_testfile";