diff options
Diffstat (limited to 'ext/drampower/src')
-rw-r--r-- | ext/drampower/src/Utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/drampower/src/Utils.h b/ext/drampower/src/Utils.h index 80f4390c7..7c165a303 100644 --- a/ext/drampower/src/Utils.h +++ b/ext/drampower/src/Utils.h @@ -46,7 +46,6 @@ template<typename T> T fromString(const std::string& s, std::ios_base& (*f)(std::ios_base &) = std::dec) -throw(std::runtime_error) { std::istringstream is(s); T t; |