Yeuoly 11 kuukautta sitten
vanhempi
commit
39846f80a2
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      internal/core/plugin_packager/decoder/zip.go

+ 0 - 2
internal/core/plugin_packager/decoder/zip.go

@@ -20,8 +20,6 @@ type ZipPluginDecoder struct {
 
 	sig         string
 	create_time int64
-
-	pluginDeclaration *plugin_entities.PluginDeclaration
 }
 
 func NewZipPluginDecoder(binary []byte) (*ZipPluginDecoder, error) {