summaryrefslogtreecommitdiff
path: root/crashrep/source/unx/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep/source/unx/main.cxx')
-rw-r--r--crashrep/source/unx/main.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index 658fd489a094..6e385d25d018 100644
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -76,8 +76,6 @@ static char g_szStackFile[L_tmpnam] = "";
static char g_szDescriptionFile[2048] = "";
static char g_szReportFile[2048] = "";
-#define PSTACK_CMD "pstack %d"
-
#ifdef LINUX
#define PMAP_CMD "cat /proc/%d/maps"
#else