Skip to content

Commit

Permalink
[arch] remove strncmp asm code
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 29, 2023
1 parent ea79f0d commit 14c2f75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion src/arch/arm32/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ add_library(arch-obj OBJECT
memcmp.S
memcpy.S
memset.S
strncmp.S
timer.c
)
26 changes: 0 additions & 26 deletions src/arch/arm32/strncmp.S

This file was deleted.

0 comments on commit 14c2f75

Please sign in to comment.