diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bindfs.c b/src/bindfs.c index 28c9dfe..6ba9e68 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -1474,8 +1474,7 @@ enum OptionKey { OPTKEY_DISABLE_LOCK_FORWARDING, OPTKEY_ENABLE_IOCTL, OPTKEY_HIDE_HARD_LINKS, - OPTKEY_RESOLVE_SYMLINKS, - OPTKEY_MULTITHREADED + OPTKEY_RESOLVE_SYMLINKS }; static int process_option(void *data, const char *arg, int key, |