From: Philip Withnall Date: Mon, 20 Nov 2017 12:50:44 +0000 (+0000) Subject: lib/static-delta: Drop duplicated declaration from private header X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~28^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=931cbe6fc9d65205b35de0bbe90c90742c9979b3;p=ostree.git lib/static-delta: Drop duplicated declaration from private header Signed-off-by: Philip Withnall Closes: #1347 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-static-delta-private.h b/src/libostree/ostree-repo-static-delta-private.h index 30d336b4..1389492a 100644 --- a/src/libostree/ostree-repo-static-delta-private.h +++ b/src/libostree/ostree-repo-static-delta-private.h @@ -128,11 +128,6 @@ _ostree_static_delta_part_open (GInputStream *part_in, GCancellable *cancellable, GError **error); -gboolean _ostree_static_delta_dump (OstreeRepo *repo, - const char *delta_id, - GCancellable *cancellable, - GError **error); - typedef struct { guint n_ops_executed[OSTREE_STATIC_DELTA_N_OPS]; } OstreeDeltaExecuteStats;