diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:52:37 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:52:37 -0500 |
| commit | dd2de3166653c1bf0d33d5872791ae6fbe8e2998 (patch) | |
| tree | e7a8818fa1e7663dd8b921440a32e8ed1e6148df /builtins/types.c | |
| parent | a09a8339e78923688440e6b303e49eb7c6a02b29 (diff) | |
Fix up USE_COLOR
Diffstat (limited to 'builtins/types.c')
| -rw-r--r-- | builtins/types.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtins/types.c b/builtins/types.c index f77a36f9..d8b90021 100644 --- a/builtins/types.c +++ b/builtins/types.c @@ -13,8 +13,6 @@ #include "../util.h" #include "../SipHash/halfsiphash.h" -extern const void *SSS_HASH_VECTOR; - public CORD Type__as_str(const void *typeinfo, bool colorize, const TypeInfo *type) { if (!typeinfo) return "TypeInfo"; |
