This is no longer used.

Signed-off-by: Eric Biggers <ebigge...@gmail.com>
---
 src/lowntfs-3g.c | 3 ---
 src/ntfs-3g.c    | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c
index 9d933d2..59fbcd0 100644
--- a/src/lowntfs-3g.c
+++ b/src/lowntfs-3g.c
@@ -4227,7 +4227,6 @@ int main(int argc, char *argv[])
        fuse_fstype fstype = FSTYPE_UNKNOWN;
 #endif
        const char *permissions_mode = (const char*)NULL;
-       const char *failed_secure = (const char*)NULL;
 #if defined(HAVE_SETXATTR) && defined(XATTR_MAPPINGS)
        struct XATTRMAPPING *xattr_mapping = (struct XATTRMAPPING*)NULL;
 #endif /* defined(HAVE_SETXATTR) && defined(XATTR_MAPPINGS) */
@@ -4454,8 +4453,6 @@ int main(int argc, char *argv[])
                ntfs_log_info("%s", fuse26_kmod_msg);
 #endif  
        setup_logging(parsed_options);
-       if (failed_secure)
-               ntfs_log_info("%s\n",failed_secure);
        if (permissions_mode)
                ntfs_log_info("%s, configuration type %d\n",permissions_mode,
                        5 + POSIXACLS*6 - KERNELPERMS*3 + CACHEING);
diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c
index 702d676..c6ee014 100644
--- a/src/ntfs-3g.c
+++ b/src/ntfs-3g.c
@@ -4034,7 +4034,6 @@ int main(int argc, char *argv[])
        fuse_fstype fstype = FSTYPE_UNKNOWN;
 #endif
        const char *permissions_mode = (const char*)NULL;
-       const char *failed_secure = (const char*)NULL;
 #if defined(HAVE_SETXATTR) && defined(XATTR_MAPPINGS)
        struct XATTRMAPPING *xattr_mapping = (struct XATTRMAPPING*)NULL;
 #endif /* defined(HAVE_SETXATTR) && defined(XATTR_MAPPINGS) */
@@ -4260,8 +4259,6 @@ int main(int argc, char *argv[])
                ntfs_log_info("%s", fuse26_kmod_msg);
 #endif 
        setup_logging(parsed_options);
-       if (failed_secure)
-               ntfs_log_info("%s\n",failed_secure);
        if (permissions_mode)
                ntfs_log_info("%s, configuration type %d\n",permissions_mode,
                        4 + POSIXACLS*6 - KERNELPERMS*3 + CACHEING);
-- 
2.10.1


------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
ntfs-3g-devel mailing list
ntfs-3g-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to