summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 17:13:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:41 +0200
commit8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 (patch)
tree2f9411f875e3dbad087fb7f6899c6ded663191c6 /crashrep
parent3dcdf30a233c7e75229b9e291901c6768265ca93 (diff)
Remove unused defines
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
Diffstat (limited to 'crashrep')
-rw-r--r--crashrep/source/unx/main.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index e9bb5ccd7aa3..658fd489a094 100644
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -76,7 +76,6 @@ static char g_szStackFile[L_tmpnam] = "";
static char g_szDescriptionFile[2048] = "";
static char g_szReportFile[2048] = "";
-#define SO_CRASHREPORT_MAIL "so-report@sun.com"
#define PSTACK_CMD "pstack %d"
#ifdef LINUX