summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-stat.h
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2014-06-02 10:32:00 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2014-06-04 12:44:01 +0100
commit73162c1f05f82a493f38dee2c8296c5a70efa1b8 (patch)
treeaa05c182a0ce8c8e8e0e823c92d437c5bfcdb382 /tbdiff/tbdiff-stat.h
parent49fad34754c669cfbc95d0fe4a3f562138cc7460 (diff)
downloadtbdiff-73162c1f05f82a493f38dee2c8296c5a70efa1b8.tar.gz
Remove tbd_stat_print since it's unused and unimplemented
Diffstat (limited to 'tbdiff/tbdiff-stat.h')
-rw-r--r--tbdiff/tbdiff-stat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbdiff/tbdiff-stat.h b/tbdiff/tbdiff-stat.h
index b8dd9b6..5f9af83 100644
--- a/tbdiff/tbdiff-stat.h
+++ b/tbdiff/tbdiff-stat.h
@@ -51,7 +51,6 @@ struct tbd_stat {
struct tbd_stat* tbd_stat(const char *path);
void tbd_stat_free(struct tbd_stat *file);
-void tbd_stat_print(struct tbd_stat *file);
struct tbd_stat* tbd_stat_entry(struct tbd_stat *file, uint32_t entry);
struct tbd_stat* tbd_stat_entry_find(struct tbd_stat *file, const char *name);
char* tbd_statubpath(struct tbd_stat *file, const char *entry);