[master] d297266 Remove unused typedef

Poul-Henning Kamp phk at FreeBSD.org
Fri Feb 5 23:24:40 CET 2016


commit d297266422fe31b7a5f855c8b458c9e909711fde
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Feb 5 21:31:18 2016 +0000

    Remove unused typedef

diff --git a/bin/varnishd/storage/storage.h b/bin/varnishd/storage/storage.h
index 32b7e47..c3d697d 100644
--- a/bin/varnishd/storage/storage.h
+++ b/bin/varnishd/storage/storage.h
@@ -60,7 +60,6 @@ struct storage {
 typedef void storage_init_f(struct stevedore *, int ac, char * const *av);
 typedef void storage_open_f(const struct stevedore *);
 typedef struct storage *storage_alloc_f(const struct stevedore *, size_t size);
-typedef void storage_trim_f(struct storage *, size_t size, int move_ok);
 typedef void storage_free_f(struct storage *);
 typedef int storage_allocobj_f(struct worker *, const struct stevedore *,
     struct objcore *, unsigned ltot, int really);



More information about the varnish-commit mailing list