mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Remove unused code
This commit is contained in:
parent
ec77d051df
commit
a3369465dc
1 changed files with 0 additions and 10 deletions
|
|
@ -8,18 +8,8 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"kitty/tools/tty"
|
||||
)
|
||||
|
||||
func debug(args ...any) {
|
||||
tty.DebugPrintln(args...)
|
||||
}
|
||||
|
||||
func debugf(format string, args ...any) {
|
||||
debug(fmt.Sprintf(format, args...))
|
||||
}
|
||||
|
||||
func json_input_parser(data []byte, shell_state map[string]string) ([][]string, error) {
|
||||
ans := make([][]string, 0, 32)
|
||||
err := json.Unmarshal(data, &ans)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue