summaryrefslogtreecommitdiff
path: root/src/options/open_ostream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/open_ostream.cpp')
-rw-r--r--src/options/open_ostream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/open_ostream.cpp b/src/options/open_ostream.cpp
index e93764eed..ab3675cda 100644
--- a/src/options/open_ostream.cpp
+++ b/src/options/open_ostream.cpp
@@ -42,7 +42,6 @@ void OstreamOpener::addSpecialCase(const std::string& name, std::ostream* out){
std::pair< bool, std::ostream* > OstreamOpener::open(const std::string& optarg) const
- throw(OptionException)
{
if(optarg == "") {
std::stringstream ss;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback