[Libreoffice-commits] core.git: crashrep/source

Julien Nabet serval2412 at yahoo.fr
Wed Mar 27 12:26:55 PDT 2013


 crashrep/source/unx/main.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 51fedc00adaf244afd6e1ac81e568c93314cfab1
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Mar 27 20:23:08 2013 +0100

    Remove unused macro "PMAP_CMD"
    
    Change-Id: I00812388e7abf17e8388f19143f78843f7946405

diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index 7041f8c..5bef30d 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
 


More information about the Libreoffice-commits mailing list