commit | d42989cf6d64f4d4f14dad7014bec0ca084f1af1 | [log] [tgz] |
---|---|---|
author | Martyn Capewell <martyn.capewell@arm.com> | Tue Nov 10 14:32:56 2020 +0000 |
committer | Martyn Capewell <martyn.capewell@arm.com> | Tue Nov 10 14:34:18 2020 +0000 |
tree | d9abf2059b95dbac7f1300b0a1ac00b6015ed6c1 | |
parent | c4ef66e95e71f13cb4f1d2983d401fe49bdcc0a7 [diff] [blame] |
Remove use of "dummy" Replace "dummy" with "placeholder". Change-Id: I9af7f56c93b49c1a6428414601af1dec475ca3b8
diff --git a/src/code-buffer-vixl.h b/src/code-buffer-vixl.h index a43c584..9a1efd4 100644 --- a/src/code-buffer-vixl.h +++ b/src/code-buffer-vixl.h
@@ -164,8 +164,8 @@ *has_grown = is_full; } void EnsureSpaceFor(size_t amount) { - bool dummy; - EnsureSpaceFor(amount, &dummy); + bool placeholder; + EnsureSpaceFor(amount, &placeholder); } private: