From 51fedc00adaf244afd6e1ac81e568c93314cfab1 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 27 Mar 2013 20:23:08 +0100 Subject: Remove unused macro "PMAP_CMD" Change-Id: I00812388e7abf17e8388f19143f78843f7946405 --- crashrep/source/unx/main.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crashrep') 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 -- cgit