From b7ea23d66f7c699467dbc03c51a5002368ed7188 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Fri, 18 Aug 2017 11:40:53 +0300 Subject: [PATCH] another throw bites the dust --- src/lib/cc/data.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/cc/data.cc b/src/lib/cc/data.cc index 836923a5d9..70a0b38e8a 100644 --- a/src/lib/cc/data.cc +++ b/src/lib/cc/data.cc @@ -342,7 +342,7 @@ skipTo(std::istream& in, const std::string& file, int& line, // error on the rest)? std::string strFromStringstream(std::istream& in, const std::string& file, - const int line, int& pos) throw (JSONError) + const int line, int& pos) { std::stringstream ss; int c = in.get(); -- 2.47.2