remove not in use statements
This commit is contained in:
parent
dbc3002d02
commit
c86a5da722
1 changed files with 0 additions and 5 deletions
|
|
@ -62,11 +62,6 @@ func (srp *sampleRecordProcessor) Shutdown(reason string) error {
|
|||
}
|
||||
|
||||
func main() {
|
||||
f, err := os.Create("/tmp/kcl_stderr")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
defer f.Close()
|
||||
kclProcess := kcl.New(os.Stdin, os.Stdout, os.Stderr, newSampleRecordProcessor())
|
||||
kclProcess.Run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue