aboutsummaryrefslogtreecommitdiff
path: root/databases/usogres/files/patch-exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'databases/usogres/files/patch-exception.cc')
-rw-r--r--databases/usogres/files/patch-exception.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/usogres/files/patch-exception.cc b/databases/usogres/files/patch-exception.cc
deleted file mode 100644
index 9098de3c6284..000000000000
--- a/databases/usogres/files/patch-exception.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/exception.cc.orig Wed Aug 20 19:02:22 2003
-+++ src/exception.cc Wed Aug 20 19:02:25 2003
-@@ -32,7 +32,7 @@
- {
- }
-
--UsogresException::~UsogresException()
-+UsogresException::~UsogresException() throw()
- {
- delete [] msg_buf;
- }