mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-03 23:57:49 -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}
|
return &Watcher{ch: pipeline}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (W *Watcher) updateLastLine() {
|
|
||||||
}
|
|
||||||
|
|
||||||
func (W *Watcher) checkWords(token string, words []string) int {
|
func (W *Watcher) checkWords(token string, words []string) int {
|
||||||
W.lastline += token
|
W.lastline += token
|
||||||
for i, word := range words {
|
for i, word := range words {
|
||||||
|
|||||||
Reference in New Issue
Block a user