diff options
Diffstat (limited to 'builtins/string.c')
| -rw-r--r-- | builtins/string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtins/string.c b/builtins/string.c index dd56893a..6f692b64 100644 --- a/builtins/string.c +++ b/builtins/string.c @@ -19,8 +19,6 @@ #define CLAMP(x, lo, hi) MIN(hi, MAX(x,lo)) -extern const void *SSS_HASH_VECTOR; - public CORD Str__as_str(const void *str, bool colorize, const TypeInfo *info) { (void)info; |
