From 65a70f5d15fb0a1b1f787ff7f06b3a299dab0f96 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 17 Aug 2021 23:27:37 +0300 Subject: Update Resetter plugin, remove old and unused code Signed-off-by: Valery Piashchynski --- plugins/gzip/plugin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/gzip') diff --git a/plugins/gzip/plugin.go b/plugins/gzip/plugin.go index a957878c..05f1eb63 100644 --- a/plugins/gzip/plugin.go +++ b/plugins/gzip/plugin.go @@ -10,7 +10,6 @@ const PluginName = "gzip" type Plugin struct{} -// Init needed for the Endure func (g *Plugin) Init() error { return nil } -- cgit v1.2.3