summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-03-27 20:23:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-03-27 20:24:45 +0100
commit51fedc00adaf244afd6e1ac81e568c93314cfab1 (patch)
tree3b141c773b83186037bad72986229701d3d277e6 /crashrep
parent8e26b4783f1f47ff5d489e7df5869240eefd1071 (diff)
Remove unused macro "PMAP_CMD"
Change-Id: I00812388e7abf17e8388f19143f78843f7946405
Diffstat (limited to 'crashrep')
-rw-r--r--crashrep/source/unx/main.cxx6
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