Skip to content

Commit

Permalink
ws: Drop unused variables
Browse files Browse the repository at this point in the history
Commit 5a0a6ab removed their usage, but didn't remove their
declarations.
  • Loading branch information
martinpitt authored and allisonkarlitskaya committed Jan 8, 2025
1 parent 2ce8d45 commit ee0e723
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ws/cockpithandlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,7 @@ build_environment (CockpitAuth *auth, GHashTable *request_headers)
GByteArray *buffer;
GBytes *bytes;
JsonObject *object;
const gchar *value;
gchar *hostname;
JsonObject *osr;
gint i;

object = json_object_new ();

Expand Down

0 comments on commit ee0e723

Please sign in to comment.