Remove duplicate stat.h constants defined in constants.js
This commit is contained in:
parent
97d2d1bfe3
commit
e1124993ba
|
@ -24,9 +24,6 @@ module.exports = {
|
|||
NODE_TYPE_SYMBOLIC_LINK: 'SYMLINK',
|
||||
NODE_TYPE_META: 'META',
|
||||
|
||||
S_IFREG: 0x8000,
|
||||
S_IFDIR: 0x4000,
|
||||
S_IFLNK: 0xA000,
|
||||
|
||||
DEFAULT_DIR_PERMISSIONS: 0x1ED, // 755
|
||||
DEFAULT_FILE_PERMISSIONS: 0x1A4, // 644
|
||||
|
|
Loading…
Reference in New Issue