From 278000a28b8eceb8528ebdcf1d601de8192979e8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 2 Jul 2012 17:45:34 +0200 Subject: Remove unused defines Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce --- crashrep/source/unx/main.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'crashrep') 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 -- cgit