summaryrefslogtreecommitdiff
path: root/libc/src/string/strcasecmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/string/strcasecmp.h')
-rw-r--r--libc/src/string/strcasecmp.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/libc/src/string/strcasecmp.h b/libc/src/string/strcasecmp.h
deleted file mode 100644
index 2916b8d41707..000000000000
--- a/libc/src/string/strcasecmp.h
+++ /dev/null
@@ -1,20 +0,0 @@
-//===-- Implementation header for strcasecmp --------------------*- C++ -*-===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_LIBC_SRC_STRING_STRCASECMP_H
-#define LLVM_LIBC_SRC_STRING_STRCASECMP_H
-
-#include "src/__support/macros/config.h"
-
-namespace LIBC_NAMESPACE_DECL {
-
-int strcasecmp(const char *left, const char *right);
-
-} // namespace LIBC_NAMESPACE_DECL
-
-#endif // LLVM_LIBC_SRC_STRING_STRCASECMP_H