[master] cbe9e62a0 gc unused function

Nils Goroll nils.goroll at uplex.de
Sat Apr 20 14:45:09 UTC 2019


commit cbe9e62a05c28b7d397636f79cbc16cf29a354e9
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Apr 20 16:32:09 2019 +0200

    gc unused function

diff --git a/bin/varnishd/waiter/waiter_priv.h b/bin/varnishd/waiter/waiter_priv.h
index 502d34961..bdf0d23af 100644
--- a/bin/varnishd/waiter/waiter_priv.h
+++ b/bin/varnishd/waiter/waiter_priv.h
@@ -58,14 +58,6 @@ struct waiter_impl {
 	size_t				size;
 };
 
-static inline double
-Wait_Tmo(const struct waited *wp)
-{
-	CHECK_OBJ_ORNULL(wp, WAITED_MAGIC);
-	AN(wp->tmo);
-	return (*wp->tmo);
-}
-
 static inline double
 Wait_When(const struct waited *wp)
 {


More information about the varnish-commit mailing list