diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 14:39:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 15:08:39 +0200 |
commit | c3bcd36d1081bca13ecc0ce5179fd31cc24b761a (patch) | |
tree | 954e739a0a7738afdee4d9ed506748269d81762f /vcl | |
parent | 215150c54a2d58337571f76d8b3c26676672f36c (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: I97db1e22a42e25186be0d7304b9f2a5204fc1c83
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/window/gtksalframe.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/gtk/window/gtksalframe.cxx b/vcl/unx/gtk/window/gtksalframe.cxx index 23735f77910a..389f28b6ad14 100644 --- a/vcl/unx/gtk/window/gtksalframe.cxx +++ b/vcl/unx/gtk/window/gtksalframe.cxx @@ -2675,7 +2675,6 @@ dbus_uninhibit_gsm (guint cookie) if (error != NULL) { g_debug ("Uninhibit problem : %s", error->message); g_error_free (error); - cookie = -1; } g_object_unref (G_OBJECT (proxy)); } |