summaryrefslogtreecommitdiff
path: root/lib/mlibc/options/crypt/generic
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/options/crypt/generic')
-rw-r--r--lib/mlibc/options/crypt/generic/crypt-stubs.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/mlibc/options/crypt/generic/crypt-stubs.cpp b/lib/mlibc/options/crypt/generic/crypt-stubs.cpp
deleted file mode 100644
index 65e0d23..0000000
--- a/lib/mlibc/options/crypt/generic/crypt-stubs.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <crypt.h>
-#include <bits/ensure.h>
-
-char *crypt(const char *, const char *) {
- __ensure(!"Not implemented");
- __builtin_unreachable();
-}