diff options
author | Christophe Grenier <[email protected]> | 2024-05-18 16:17:01 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2024-05-18 16:17:01 +0200 |
commit | ae3b0a835f76e0bdd6a6f1a9f3cc28eca327c87b (patch) | |
tree | 2d539c7078bf418cb379e133641e26b5f5272224 | |
parent | 3df8ae06e9d6a21fd2f6ac55d93c8a1f178adfd8 (diff) |
src/file_sig.c: remove extra definition
-rw-r--r-- | src/file_sig.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/file_sig.c b/src/file_sig.c index e9e57e6b..1376c60d 100644 --- a/src/file_sig.c +++ b/src/file_sig.c @@ -49,9 +49,6 @@ static int signature_cmp(const struct td_list_head *a, const struct td_list_head #ifndef __FRAMAC__ #include "list_add_sorted.h" -/*@ requires compar == signature_cmp; */ -static inline void td_list_add_sorted(struct td_list_head *newe, struct td_list_head *head, - int (*compar)(const struct td_list_head *a, const struct td_list_head *b)); #else /*@ @ requires \valid(newe); |