summaryrefslogtreecommitdiff
path: root/zap/src/fastimpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'zap/src/fastimpl.c')
-rw-r--r--zap/src/fastimpl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/zap/src/fastimpl.c b/zap/src/fastimpl.c
deleted file mode 100644
index 2541a41..0000000
--- a/zap/src/fastimpl.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- Copyright 2022 Gabriel Jensen.
- This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
- If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
-*/
-
-#include <zap/priv.h>
-
-#include <stdbool.h>
-#include <stdint.h>
-
-bool const zap_fastimpl = zap_priv_fastimpl;