Skip to content

Commit

Permalink
Remove unused binding (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored Aug 6, 2024
1 parent 9ef800c commit ee6b7f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/host/plan-from.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { fileURLToPath } from 'url';
import { compileGlob } from '../shared/file-glob.js';
import { createHost } from '../shared/file-record.js';
import { iterateEmitter } from '../shared/iterate-emitter.js';
import { startJob } from '../shared/job.js';
import { processExited, collectProcessPipe } from '../shared/process-util.js';

import { HostMessage } from './messages.js';
Expand Down

0 comments on commit ee6b7f1

Please sign in to comment.