remove debug from functions

This commit is contained in:
Konstantinos Margaritis
2020-11-05 20:33:17 +02:00
parent e00190fb52
commit 1d02082052
3 changed files with 1 additions and 106 deletions

View File

@@ -239,7 +239,6 @@ u64a expand64_impl(u64a x, u64a m) {
#endif
}
/* returns the first set bit after begin (if not ~0U). If no bit is set after
* begin returns ~0U
*/