build: drop internal field __nm_git_sha from libraries
[NetworkManager.git] / libnm-core / nm-utils.c
index a846708..70c268f 100644 (file)
@@ -45,9 +45,6 @@
 #include "nm-setting-wired.h"
 #include "nm-setting-wireless.h"
 
-/* Embed the commit id in the build binary */
-static const char *const __nm_git_sha = NM_STRLEN (NM_GIT_SHA) > 0 ? "NM_GIT_SHA:"NM_GIT_SHA : "";
-
 /**
  * SECTION:nm-utils
  * @short_description: Utility functions
@@ -223,8 +220,6 @@ _nm_utils_init (void)
        GModule *self;
        gpointer func;
 
-       (void) __nm_git_sha;
-
        if (initialized)
                return;
        initialized = TRUE;