diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 22:56:01 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 22:56:01 -0500 |
| commit | 890d16fae503a5ffbb9f3c3e70e02938b4f55756 (patch) | |
| tree | a484c5ba69a936f85e6259a62aa48948e4355868 /src/stdlib/metamethods.c | |
| parent | 19c8450aa0a9ea008a3e5fd4ec44f7c3761db663 (diff) | |
Remove dead code
Diffstat (limited to 'src/stdlib/metamethods.c')
| -rw-r--r-- | src/stdlib/metamethods.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stdlib/metamethods.c b/src/stdlib/metamethods.c index 3eff2dd3..70b8e4e1 100644 --- a/src/stdlib/metamethods.c +++ b/src/stdlib/metamethods.c @@ -85,12 +85,6 @@ void generic_deserialize(List_t bytes, void *outval, const TypeInfo_t *type) { fclose(input); } -public -int generic_print(const void *obj, bool colorize, const TypeInfo_t *type) { - Text_t text = generic_as_text(obj, colorize, type); - return Text$print(stdout, text) + fputc('\n', stdout); -} - __attribute__((noreturn)) public void cannot_serialize(const void *obj, FILE *out, Table_t *pointers, const TypeInfo_t *type) { (void)obj, (void)out, (void)pointers; |
