Yeuoly 11 months ago
parent
commit
39846f80a2
1 changed files with 0 additions and 2 deletions
  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) {