mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 12:56:36 -04:00
Remove an unused function (*Watcher) updateLastLine
This commit is contained in:
@@ -35,9 +35,6 @@ func NewWatcher(pty io.ReadWriter) *Watcher {
|
||||
return &Watcher{ch: pipeline}
|
||||
}
|
||||
|
||||
func (W *Watcher) updateLastLine() {
|
||||
}
|
||||
|
||||
func (W *Watcher) checkWords(token string, words []string) int {
|
||||
W.lastline += token
|
||||
for i, word := range words {
|
||||
|
||||
Reference in New Issue
Block a user