summaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/core/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbench/src/vbench/core/output.h')
-rw-r--r--vbench/src/vbench/core/output.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vbench/src/vbench/core/output.h b/vbench/src/vbench/core/output.h
index 410e0f72643..6ad218c9718 100644
--- a/vbench/src/vbench/core/output.h
+++ b/vbench/src/vbench/core/output.h
@@ -27,9 +27,8 @@ struct Output
*
* @return this object, for chaining
* @param bytes number of bytes to commit
- * @param hiMark maximum number of unflushed bytes after commit
**/
- virtual Output &commit(size_t bytes, size_t hiMark) = 0;
+ virtual Output &commit(size_t bytes) = 0;
virtual ~Output() {}
};