lib/static-delta: Drop duplicated declaration from private header
authorPhilip Withnall <withnall@endlessm.com>
Mon, 20 Nov 2017 12:50:44 +0000 (12:50 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 14 Dec 2017 14:18:44 +0000 (14:18 +0000)
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #1347
Approved by: cgwalters

src/libostree/ostree-repo-static-delta-private.h

index 30d336b424cc23a37e600a8f0ea49e8b44193368..1389492aa9149980722c347d4b2b6e789ba46850 100644 (file)
@@ -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;