summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-checksum-utils.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-03-28 22:42:26 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-03-30 13:14:43 +0000
commit5f45ab0bb19d0482506797dc3daf739cd74f11a7 (patch)
treece364e274031d8036f20292f3e86e926ffb7c269 /src/libotutil/ot-checksum-utils.h
parent0ce7ab382769d63f12370e8325c40e1f997006fd (diff)
downloadostree-5f45ab0bb19d0482506797dc3daf739cd74f11a7.tar.gz
libutil: Delete some unused checksum helper API
This code was last used in 9618232f4da325692dcf98fd6ff5b8abd9fce66c which is sooo old and outdated. Delete. Closes: #767 Approved by: jlebon
Diffstat (limited to 'src/libotutil/ot-checksum-utils.h')
-rw-r--r--src/libotutil/ot-checksum-utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libotutil/ot-checksum-utils.h b/src/libotutil/ot-checksum-utils.h
index b580fc1c..fdf7b09b 100644
--- a/src/libotutil/ot-checksum-utils.h
+++ b/src/libotutil/ot-checksum-utils.h
@@ -61,14 +61,4 @@ char * ot_checksum_file_at (int dfd,
GCancellable *cancellable,
GError **error);
-void ot_gio_checksum_stream_async (GInputStream *in,
- int io_priority,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-guchar * ot_gio_checksum_stream_finish (GInputStream *in,
- GAsyncResult *result,
- GError **error);
-
G_END_DECLS