From 28a7e4c03753e66025d7f92d5c78f2a2a83fb755 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Fri, 24 Jul 2009 02:15:07 +0000 Subject: [PATCH] Misc --- src/common/fb_exception.cpp | 3 --- src/include/fb_exception.h | 1 - 2 files changed, 4 deletions(-) diff --git a/src/common/fb_exception.cpp b/src/common/fb_exception.cpp index 7a46a40df2..ccd14517db 100644 --- a/src/common/fb_exception.cpp +++ b/src/common/fb_exception.cpp @@ -382,9 +382,6 @@ fatal_exception::fatal_exception(const char* message) : set_status(temp, false); } -// Moved to the header due to gpre. Gpre non-static can't receive it, but we -// want to avoid problems with picky compilers that can't find what(). -// We can't link this file into normal gpre. // Keep in sync with the constructor above, please; "message" becomes 4th element // after initialization of status vector in constructor. const char* fatal_exception::what() const throw() diff --git a/src/include/fb_exception.h b/src/include/fb_exception.h index 343cd80327..91d6a03a30 100644 --- a/src/include/fb_exception.h +++ b/src/include/fb_exception.h @@ -190,7 +190,6 @@ public: static void raise(const char* syscall); }; -// Moved what() here due to gpre. Didn't want to use macros for gpre_static. class fatal_exception : public status_exception { public: