summaryrefslogtreecommitdiff
path: root/rgo/src/fastimpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/src/fastimpl.c')
-rw-r--r--rgo/src/fastimpl.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/rgo/src/fastimpl.c b/rgo/src/fastimpl.c
deleted file mode 100644
index 3d3e67f..0000000
--- a/rgo/src/fastimpl.c
+++ /dev/null
@@ -1,16 +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 <rgo-priv.h>
-
-#include <stdbool.h>
-#include <stdint.h>
-
-#if defined(rgo_priv_fastimpl)
-bool const rgo_fastimpl = true;
-#else
-bool const rgo_fastimpl = false;
-#endif