Not needed since b2c97e251bb470e6f967c716081675a96dbde59c
---
 procfs/rootdir.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/procfs/rootdir.c b/procfs/rootdir.c
index 7742edd..206a541 100644
--- a/procfs/rootdir.c
+++ b/procfs/rootdir.c
@@ -706,14 +706,6 @@ rootdir_file_make_node (void *dir_hook, const void 
*entry_hook)
   return procfs_make_node (entry_hook, dir_hook);
 }
 
-static struct node *
-rootdir_symlink_make_node (void *dir_hook, const void *entry_hook)
-{
-  struct node *np = procfs_make_node (entry_hook, dir_hook);
-  if (np)
-    procfs_node_chtype (np, S_IFLNK);
-  return np;
-}
 
 /* Translator linkage.  */
 
-- 
2.39.2


Reply via email to