Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Drop valgrind rules for str_fastcmp
Browse files Browse the repository at this point in the history
because ded44cf
replaced the function with memcmp

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
  • Loading branch information
bmwiedemann authored and siddhesh committed Apr 5, 2020
1 parent ded44cf commit 76958aa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/lj.supp
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,3 @@
Memcheck:Cond
fun:lj_str_new
}
{
Optimized string compare
Memcheck:Addr4
fun:str_fastcmp
}
{
Optimized string compare
Memcheck:Addr1
fun:str_fastcmp
}
{
Optimized string compare
Memcheck:Cond
fun:str_fastcmp
}

0 comments on commit 76958aa

Please sign in to comment.