diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
| commit | 45bb35bff2a8d258aff2c1d9b68cce1787c7da62 (patch) | |
| tree | e9da08b1d189befb839889185b4f3304d389a60f /libnm-core/nm-utils.c | |
| parent | d101696d539cd03172badbcde19e9a13e5707ee1 (diff) | |
| parent | 2bfb3eb7d0323e69affca154395f51d8b577414d (diff) | |
Merge tag 'upstream/1.1.93'
Upstream version 1.1.93
Diffstat (limited to 'libnm-core/nm-utils.c')
| -rw-r--r-- | libnm-core/nm-utils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c index a8467081..70c268fa 100644 --- a/libnm-core/nm-utils.c +++ b/libnm-core/nm-utils.c @@ -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; |