mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
path is never used.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import fs from 'fs-plus'
|
||||
import Git from 'nodegit'
|
||||
import path from 'path'
|
||||
import {Emitter, CompositeDisposable, Disposable} from 'event-kit'
|
||||
|
||||
const modifiedStatusFlags = Git.Status.STATUS.WT_MODIFIED | Git.Status.STATUS.INDEX_MODIFIED | Git.Status.STATUS.WT_DELETED | Git.Status.STATUS.INDEX_DELETED | Git.Status.STATUS.WT_TYPECHANGE | Git.Status.STATUS.INDEX_TYPECHANGE
|
||||
|
||||
Reference in New Issue
Block a user