From e1124993ba5ea042cf53364fd30ebdab8496a998 Mon Sep 17 00:00:00 2001 From: chen yuzhou Date: Tue, 4 Dec 2018 18:06:12 -0500 Subject: [PATCH] Remove duplicate stat.h constants defined in constants.js --- src/constants.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/constants.js b/src/constants.js index b783d6f..6d3f812 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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