diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-26 12:02:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-26 12:02:53 +0100 |
commit | 5d36b9c7ed3c5790060731bb43b5ce74e04d856d (patch) | |
tree | cc7218b850253b996fa5e87cb191b348cf53309e /libkeccak_spec_rawshake.c | |
parent | Merge pull request #18 from oyheskes/remove-unused-variables (diff) | |
download | libkeccak-5d36b9c7ed3c5790060731bb43b5ce74e04d856d.tar.gz libkeccak-5d36b9c7ed3c5790060731bb43b5ce74e04d856d.tar.bz2 libkeccak-5d36b9c7ed3c5790060731bb43b5ce74e04d856d.tar.xz |
Remove useless restricts
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libkeccak_spec_rawshake.c')
-rw-r--r-- | libkeccak_spec_rawshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_spec_rawshake.c b/libkeccak_spec_rawshake.c index 58347ae..291ff06 100644 --- a/libkeccak_spec_rawshake.c +++ b/libkeccak_spec_rawshake.c @@ -2,5 +2,5 @@ #include "common.h" -extern inline void libkeccak_spec_rawshake(struct libkeccak_spec *restrict, long int, long int); +extern inline void libkeccak_spec_rawshake(struct libkeccak_spec *, long int, long int); |