summaryrefslogtreecommitdiff
path: root/include/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r--include/Exceptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h
index 52f51c4..ac46e28 100644
--- a/include/Exceptions.h
+++ b/include/Exceptions.h
@@ -98,7 +98,6 @@ class GeneralException : public Base {
protected:
GeneralException();
char * msg;
- static char t[BUFSIZ];
};
char * xstrdup(const char *);