Kaydet (Commit) 51fedc00 authored tarafından Julien Nabet's avatar Julien Nabet

Remove unused macro "PMAP_CMD"

Change-Id: I00812388e7abf17e8388f19143f78843f7946405
üst 8e26b478
...@@ -75,12 +75,6 @@ static char g_szStackFile[L_tmpnam] = ""; ...@@ -75,12 +75,6 @@ static char g_szStackFile[L_tmpnam] = "";
static char g_szDescriptionFile[2048] = ""; static char g_szDescriptionFile[2048] = "";
static char g_szReportFile[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_SERVER (g_strReportServer.c_str())
#define REPORT_PORT g_uReportPort #define REPORT_PORT g_uReportPort
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment