mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
makefs: Remove dead code in inode_type()
No functional change intended.
MFC after: 1 week
(cherry picked from commit 2be86b6cc1)
This commit is contained in:
parent
ad3a4bbf4e
commit
e59fdfbf25
1 changed files with 0 additions and 2 deletions
|
|
@ -605,8 +605,6 @@ inode_type(mode_t mode)
|
|||
return ("symlink");
|
||||
if (S_ISDIR(mode))
|
||||
return ("dir");
|
||||
if (S_ISLNK(mode))
|
||||
return ("link");
|
||||
if (S_ISFIFO(mode))
|
||||
return ("fifo");
|
||||
if (S_ISSOCK(mode))
|
||||
|
|
|
|||
Loading…
Reference in a new issue