]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
another throw bites the dust
authorAndrei Pavel <andrei.pavel@qualitance.com>
Fri, 18 Aug 2017 08:40:53 +0000 (11:40 +0300)
committerAndrei Pavel <andrei.pavel@qualitance.com>
Fri, 18 Aug 2017 08:40:53 +0000 (11:40 +0300)
src/lib/cc/data.cc

index 836923a5d9fd7f8ec66acdf4aee1946ff1c490ae..70a0b38e8a6e6547f505c009f1907fae549930e4 100644 (file)
@@ -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();