diff options
Diffstat (limited to 'common/rawaccel-validate.hpp')
| -rw-r--r-- | common/rawaccel-validate.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rawaccel-validate.hpp b/common/rawaccel-validate.hpp index 8b99a56..a88d514 100644 --- a/common/rawaccel-validate.hpp +++ b/common/rawaccel-validate.hpp @@ -94,10 +94,6 @@ namespace rawaccel { error("scale"" must be positive"); } - if (args.weight <= 0) { - error("weight"" must be positive"); - } - if (args.exponent_power <= 0) { error("exponent"" must be positive"); } |