Skip to content

Commit

Permalink
fetcher: Remove unused GTask structure member
Browse files Browse the repository at this point in the history
Spotted by mbarnes.

Closes: #383
Approved by: mbarnes
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Jul 8, 2016
1 parent 5d21650 commit 972ed3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libostree/ostree-fetcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ typedef struct {
guint64 max_size;
guint64 current_size;
guint64 content_length;

GTask *task;
} OstreeFetcherPendingURI;

/* Used by session_thread_idle_add() */
Expand Down

0 comments on commit 972ed3e

Please sign in to comment.