summaryrefslogtreecommitdiff
path: root/lib/common/makeexception.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/makeexception.pl.in')
-rwxr-xr-xlib/common/makeexception.pl.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common/makeexception.pl.in b/lib/common/makeexception.pl.in
index 593740da..b1b3a8ac 100755
--- a/lib/common/makeexception.pl.in
+++ b/lib/common/makeexception.pl.in
@@ -191,11 +191,7 @@ unsigned int ${class}Exception::GetSubType() const throw()
const char *${class}Exception::what() const throw()
{
#ifdef EXCEPTION_CODENAMES_EXTENDED
-<<<<<<< HEAD
- if(mSubType < 0 || mSubType > (sizeof(whats) / sizeof(whats[0])))
-=======
if(mSubType > (sizeof(whats) / sizeof(whats[0])))
->>>>>>> 0.12
{
return "${class}";
}