diff options
Diffstat (limited to 'src/stdlib/stdlib.c')
| -rw-r--r-- | src/stdlib/stdlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/stdlib.c b/src/stdlib/stdlib.c index cc0ea114..c1aba23c 100644 --- a/src/stdlib/stdlib.c +++ b/src/stdlib/stdlib.c @@ -490,7 +490,6 @@ public void start_inspect(const char *filename, int64_t start, int64_t end) _inspect_depth += 1; } -__attribute__((nonnull)) public void end_inspect(const void *expr, const TypeInfo_t *type) { _inspect_depth -= 1; |
