Fix (legit) warning in VisualStudio

This commit is contained in:
Jason Turner 2014-01-05 16:27:32 -07:00
parent 3b1213a2b0
commit 5272a64be9

View File

@ -50,7 +50,6 @@ namespace chaiscript
default: default:
throw chaiscript::detail::exception::bad_any_cast(); throw chaiscript::detail::exception::bad_any_cast();
} }
throw chaiscript::detail::exception::bad_any_cast();
} }
}; };
@ -146,7 +145,6 @@ namespace chaiscript
default: default:
throw chaiscript::detail::exception::bad_any_cast(); throw chaiscript::detail::exception::bad_any_cast();
} }
throw chaiscript::detail::exception::bad_any_cast();
} }
}; };
@ -172,7 +170,6 @@ namespace chaiscript
default: default:
throw chaiscript::detail::exception::bad_any_cast(); throw chaiscript::detail::exception::bad_any_cast();
} }
throw chaiscript::detail::exception::bad_any_cast();
} }
}; };