Commit cb9af418 authored by Fabian Frederick's avatar Fabian Frederick Committed by Eric Van Hensbergen

9p: remove unused option Opt_trans

Commit 8a0dc95f
("9p: transport API reorganization")
removed Opt_trans in tokens not in enum.
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent eb63b34b
...@@ -52,7 +52,7 @@ enum { ...@@ -52,7 +52,7 @@ enum {
/* Options that take integer arguments */ /* Options that take integer arguments */
Opt_debug, Opt_dfltuid, Opt_dfltgid, Opt_afid, Opt_debug, Opt_dfltuid, Opt_dfltgid, Opt_afid,
/* String options */ /* String options */
Opt_uname, Opt_remotename, Opt_trans, Opt_cache, Opt_cachetag, Opt_uname, Opt_remotename, Opt_cache, Opt_cachetag,
/* Options that take no arguments */ /* Options that take no arguments */
Opt_nodevmap, Opt_nodevmap,
/* Cache options */ /* Cache options */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment