Skip to content
Commit 75e80306 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

window: drop unused variable

Discovered with Clang’s scan-build tool:

    ../../../src/fr-window.c:3301:3: warning: Value stored to 'archive' is never read [deadcode.DeadStores]
                    archive =  private->archive_file;
                    ^          ~~~~~~~~~~~~~~~~~~~~~

The reference was removed with statusbar https://gitlab.gnome.org/GNOME/file-roller/-/commit/fd4d0c0af39bbdbbf68df65cccfe38b63ac19185
parent 005bbf77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment