Yeuoly 11 月之前
父節點
當前提交
39846f80a2
共有 1 個文件被更改,包括 0 次插入2 次删除
  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) {