diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libfuse/fuse-opt-match.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regress/lib/libfuse/fuse-opt-match.c b/regress/lib/libfuse/fuse-opt-match.c index a9d2c4176a3..71daa0245f3 100644 --- a/regress/lib/libfuse/fuse-opt-match.c +++ b/regress/lib/libfuse/fuse-opt-match.c @@ -39,8 +39,6 @@ match_opts(const struct fuse_opt *opts, const int *results) { if (fuse_opt_match(opts, NULL) != 0) return (1); - if (fuse_opt_match(opts, "") != 0) - return (2); if (fuse_opt_match(opts, "bar=") != results[0]) return (3); |