From 87110d38f6a3232017144ed82445c2e4ab6fe476 Mon Sep 17 00:00:00 2001 From: Valters Jansons Date: Sun, 12 Jul 2026 18:12:29 +0900 Subject: [PATCH] libloc: Drop loc_database_add_as symbol definition This database_add_as function was superseded by writer_add_as back in c182393, however the `libloc.sym` file was never updated. This commit cleans up the exported functions list. On GNU's ld, this stray function definition gets ignored, but other linkers could refuse to link (such as LLD 16+), as they would assume a misconfiguration has taken place. Signed-off-by: Valters Jansons Signed-off-by: Michael Tremer --- src/libloc.sym | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libloc.sym b/src/libloc.sym index b4bce8d..eb45670 100644 --- a/src/libloc.sym +++ b/src/libloc.sym @@ -58,7 +58,6 @@ global: loc_country_list_unref; # Database - loc_database_add_as; loc_database_count_as; loc_database_created_at; loc_database_get_as; -- 2.47.3