From: Valters Jansons Date: Sun, 12 Jul 2026 09:12:29 +0000 (+0900) Subject: libloc: Drop loc_database_add_as symbol definition X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=people%2Fms%2Flibloc.git 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 --- 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;