aboutsummaryrefslogtreecommitdiff
path: root/libavb/avb_sysdeps_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavb/avb_sysdeps_posix.c')
-rw-r--r--libavb/avb_sysdeps_posix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavb/avb_sysdeps_posix.c b/libavb/avb_sysdeps_posix.c
index e26c3ef..0cbabee 100644
--- a/libavb/avb_sysdeps_posix.c
+++ b/libavb/avb_sysdeps_posix.c
@@ -46,10 +46,6 @@ int avb_strcmp(const char* s1, const char* s2) {
return strcmp(s1, s2);
}
-int avb_strncmp(const char* s1, const char* s2, size_t n) {
- return strncmp(s1, s2, n);
-}
-
size_t avb_strlen(const char* str) {
return strlen(str);
}