We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e73531 commit 986e703Copy full SHA for 986e703
barretenberg/cpp/src/barretenberg/sumcheck/sumcheck.cpp
@@ -1,3 +1,7 @@
1
#include "sumcheck.hpp"
2
3
// Hack to make the module compile.
4
+
5
+// TODO(https://github.com/AztecProtocol/barretenberg/issues/1102): this makes the module not empty (note the comment
6
+// above pre-existed)
7
+void fixme_compile_hack() {}
0 commit comments