Remove unused parameter in ES.62 example (#1353)

This commit is contained in:
Amir Livneh
2019-03-07 14:40:39 -05:00
committed by Herb Sutter
parent 48cdedb31e
commit f5689ada23

View File

@@ -12071,7 +12071,7 @@ The result of doing so is undefined.
##### Example, bad
void f(int n)
void f()
{
int a1[7];
int a2[9];