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) {