diff options
Diffstat (limited to 'crashrep/source')
-rw-r--r-- | crashrep/source/unx/main.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 7041f8c35ff3..5bef30d984b2 100644 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.cxx @@ -75,12 +75,6 @@ static char g_szStackFile[L_tmpnam] = ""; static char g_szDescriptionFile[2048] = ""; static char g_szReportFile[2048] = ""; -#ifdef LINUX -#define PMAP_CMD "cat /proc/%d/maps" -#else -#define PMAP_CMD "pmap %d" -#endif - #define REPORT_SERVER (g_strReportServer.c_str()) #define REPORT_PORT g_uReportPort |