From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../redis-unstable/deps/fast_float/fast_float_strtod.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/redis-unstable/deps/fast_float/fast_float_strtod.h (limited to 'examples/redis-unstable/deps/fast_float/fast_float_strtod.h') 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__ */ -- cgit v1.2.3