imcontextxim: Don't assign a variable to itself
authorTing-Wei Lan <lantw@src.gnome.org>
Sun, 22 Apr 2018 13:48:35 +0000 (21:48 +0800)
committerTing-Wei Lan <lantw@src.gnome.org>
Sun, 22 Apr 2018 13:57:10 +0000 (21:57 +0800)
This causes clang to show warnings.

gtk/gtkimcontextxim.c

index e8b398c3046a65751a260477558e33af14edd24f..01629ab05437e5ea208665c94f01d78ffd571b19 100644 (file)
@@ -418,7 +418,6 @@ get_im (GdkSurface *client_surface,
            }
          else
            {
-             tmp_info = tmp_info;
              break;
            }
        }