Remove duplicate stat.h constants defined in constants.js

This commit is contained in:
chen yuzhou 2018-12-04 18:06:12 -05:00 committed by David Humphrey
parent 97d2d1bfe3
commit e1124993ba
1 changed files with 0 additions and 3 deletions

View File

@ -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