diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-06-30 19:28:27 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-06-30 19:28:27 -0400 |
commit | f072562102966aa4e4fcac7d2e95c4ed15646105 (patch) | |
tree | 8150d7a7cb60d848a85f8874d5706a567a78c241 /patches | |
parent | 14f9325408726d090efc958747e6d5d6dc937d85 (diff) | |
download | ziglings-f072562102966aa4e4fcac7d2e95c4ed15646105.tar.gz ziglings-f072562102966aa4e4fcac7d2e95c4ed15646105.tar.bz2 ziglings-f072562102966aa4e4fcac7d2e95c4ed15646105.tar.xz ziglings-f072562102966aa4e4fcac7d2e95c4ed15646105.zip |
no unused method params
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/070_comptime5.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/070_comptime5.patch b/patches/patches/070_comptime5.patch index 394d9f1..c92dcc7 100644 --- a/patches/patches/070_comptime5.patch +++ b/patches/patches/070_comptime5.patch @@ -1,4 +1,4 @@ -122,123c122,123 +126,127c126,127 < const walks_like_duck = ???; < const quacks_like_duck = ???; --- |