fetcher: Remove unused GTask structure member
Spotted by mbarnes. Closes: #383 Approved by: mbarnes
This commit is contained in:
parent
5d21650ea5
commit
972ed3e54e
|
|
@ -88,8 +88,6 @@ typedef struct {
|
||||||
guint64 max_size;
|
guint64 max_size;
|
||||||
guint64 current_size;
|
guint64 current_size;
|
||||||
guint64 content_length;
|
guint64 content_length;
|
||||||
|
|
||||||
GTask *task;
|
|
||||||
} OstreeFetcherPendingURI;
|
} OstreeFetcherPendingURI;
|
||||||
|
|
||||||
/* Used by session_thread_idle_add() */
|
/* Used by session_thread_idle_add() */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue