summaryrefslogtreecommitdiff
path: root/src/util/integer_gmp_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/integer_gmp_imp.h')
-rw-r--r--src/util/integer_gmp_imp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/integer_gmp_imp.h b/src/util/integer_gmp_imp.h
index 85d49f921..9a7878066 100644
--- a/src/util/integer_gmp_imp.h
+++ b/src/util/integer_gmp_imp.h
@@ -174,10 +174,6 @@ public:
/**
* Returns the Integer obtained by setting the ith bit of the
* current Integer to 1.
- *
- * @param bit
- *
- * @return
*/
Integer setBit(uint32_t i) const {
mpz_class res = d_value;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback