aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2017-01-29 16:50:24 +0000
committerMartin Pärtel <martin.partel@gmail.com>2017-01-29 16:50:24 +0000
commit18300876c860cad126fb316a82509a95c002d766 (patch)
treec5adc3d530c24270af019b2b33d46c3942b5062e /src
parentd78ba82067a164badcf193b11a8dbcbb80468f92 (diff)
downloadbindfs-18300876c860cad126fb316a82509a95c002d766.tar.gz
(remove unused enum value)
Diffstat (limited to 'src')
-rw-r--r--src/bindfs.c3
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,