From dfedf3f2bb434065da3ddbc931e87a4017535f80 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 Apr 2025 20:42:31 -0400 Subject: Update compiler to use randomly generated unique-per-file symbol suffixes instead of needing to rename symbols with objcopy --- src/stdlib/files.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdlib/files.h') diff --git a/src/stdlib/files.h b/src/stdlib/files.h index 68827c2a..f650f78e 100644 --- a/src/stdlib/files.h +++ b/src/stdlib/files.h @@ -18,8 +18,6 @@ typedef struct { char *resolve_path(const char *path, const char *relative_to, const char *system_path); __attribute__((pure, nonnull)) char *file_base_name(const char *path); -__attribute__((pure, nonnull)) -char *file_base_id(const char *path); __attribute__((nonnull)) file_t *load_file(const char *filename); __attribute__((nonnull, returns_nonnull)) -- cgit v1.2.3