summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/fast_float/fast_float_strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/deps/fast_float/fast_float_strtod.h')
-rw-r--r--examples/redis-unstable/deps/fast_float/fast_float_strtod.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/redis-unstable/deps/fast_float/fast_float_strtod.h b/examples/redis-unstable/deps/fast_float/fast_float_strtod.h
deleted file mode 100644
index 1755076..0000000
--- a/examples/redis-unstable/deps/fast_float/fast_float_strtod.h
+++ /dev/null
@@ -1,15 +0,0 @@
-
-#ifndef __FAST_FLOAT_STRTOD_H__
-#define __FAST_FLOAT_STRTOD_H__
-
-#if defined(__cplusplus)
-extern "C"
-{
-#endif
- double fast_float_strtod(const char *in, char **out);
-
-#if defined(__cplusplus)
-}
-#endif
-
-#endif /* __FAST_FLOAT_STRTOD_H__ */