Commit 4c6147af authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Cut outdated comment in F14Table

Summary: [Folly] Cut outdated comment in `F14Table`, referring to the return value of a function which returns `void`.

Reviewed By: nbronson

Differential Revision: D15586980

fbshipit-source-id: b75f7b989c39b52e589ce8051663085201939433
parent 339239f3
...@@ -2018,7 +2018,6 @@ class F14Table : public Policy { ...@@ -2018,7 +2018,6 @@ class F14Table : public Policy {
reserveImpl(capacity); reserveImpl(capacity);
} }
// Returns true iff a rehash was performed
void reserveForInsert(size_t incoming = 1) { void reserveForInsert(size_t incoming = 1) {
FOLLY_SAFE_DCHECK(incoming > 0, ""); FOLLY_SAFE_DCHECK(incoming > 0, "");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment