diff options
Diffstat (limited to 'JavaScriptCore/wtf/TCPageMap.h')
| -rw-r--r-- | JavaScriptCore/wtf/TCPageMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/TCPageMap.h b/JavaScriptCore/wtf/TCPageMap.h index 3f56c24..99bdc40 100644 --- a/JavaScriptCore/wtf/TCPageMap.h +++ b/JavaScriptCore/wtf/TCPageMap.h @@ -72,7 +72,7 @@ class TCMalloc_PageMap1 { // Ensure that the map contains initialized entries "x .. x+n-1". // Returns true if successful, false if we could not allocate memory. - bool Ensure(Number x, size_t n) { + bool Ensure(Number, size_t) { // Nothing to do since flat array was allocate at start return true; } |
