From 931cbe6fc9d65205b35de0bbe90c90742c9979b3 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 20 Nov 2017 12:50:44 +0000 Subject: [PATCH] lib/static-delta: Drop duplicated declaration from private header Signed-off-by: Philip Withnall Closes: #1347 Approved by: cgwalters --- src/libostree/ostree-repo-static-delta-private.h | 5 ----- 1 file changed, 5 deletions(-) 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;