no unused method params

This commit is contained in:
Dave Gauer
2021-06-30 19:28:27 -04:00
parent 290ba908ec
commit 76287cad45
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
122,123c122,123
126,127c126,127
< const walks_like_duck = ???;
< const quacks_like_duck = ???;
---