From: Michael Tremer Date: Sat, 28 Sep 2019 16:21:10 +0000 (+0000) Subject: perl: Remove another useless initialisation X-Git-Tag: 0.9.0~50^2~19 X-Git-Url: http://git.ipfire.org/?p=location%2Flibloc.git;a=commitdiff_plain;h=34eed014bd1c4dd5e759edefd9fa677c4c9577b0 perl: Remove another useless initialisation Signed-off-by: Michael Tremer --- diff --git a/src/perl/Location/Location.xs b/src/perl/Location/Location.xs index c45e914..1ab5ae3 100644 --- a/src/perl/Location/Location.xs +++ b/src/perl/Location/Location.xs @@ -95,7 +95,7 @@ database_get_vendor(db) void DESTROY(db) - struct loc_database* db = NULL; + struct loc_database* db; CODE: // Close database