Skip to content

Commit d9404fc

Browse files
committed
Remove stale comment
1 parent 5c01fee commit d9404fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ func Run(opts *Options) (int, error) {
148148

149149
// Terminal I/O
150150
var terminal *Terminal
151-
var initialEnv []string
152151
var err error
152+
var initialEnv []string
153153
initialReload := opts.extractReloadOnStart()
154154
if opts.Filter == nil {
155155
terminal, err = NewTerminal(opts, eventBox, executor)

src/reader.go

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ func (r *Reader) ReadSource(inputChan chan string, root string, opts walkerOpts,
123123
if len(cmd) == 0 {
124124
success = r.readFiles(root, opts, ignores)
125125
} else {
126-
// We can't export FZF_* environment variables to the default command
127126
success = r.readFromCommand(cmd, initEnv)
128127
}
129128
} else {

0 commit comments

Comments
 (0)