Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Jul 28, 2024
1 parent 5c01fee commit d9404fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ func Run(opts *Options) (int, error) {

// Terminal I/O
var terminal *Terminal
var initialEnv []string
var err error
var initialEnv []string
initialReload := opts.extractReloadOnStart()
if opts.Filter == nil {
terminal, err = NewTerminal(opts, eventBox, executor)
Expand Down
1 change: 0 additions & 1 deletion src/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func (r *Reader) ReadSource(inputChan chan string, root string, opts walkerOpts,
if len(cmd) == 0 {
success = r.readFiles(root, opts, ignores)
} else {
// We can't export FZF_* environment variables to the default command
success = r.readFromCommand(cmd, initEnv)
}
} else {
Expand Down

0 comments on commit d9404fc

Please sign in to comment.