mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 18:19:03 +00:00
🚀 perf: Performance and Memory optimization
This commit is contained in:
@@ -8,3 +8,5 @@ func readFrameFile(filename string) (*frameFile, error) {
|
||||
data, err := os.ReadFile(filename)
|
||||
return &frameFile{data: data}, err
|
||||
}
|
||||
|
||||
func (f *frameFile) dropResident() {}
|
||||
|
||||
Reference in New Issue
Block a user