Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ enum {
	/* Options that take integer arguments */
	Opt_debug, Opt_dfltuid, Opt_dfltgid, Opt_afid,
	/* 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 */
	Opt_nodevmap,
	/* Cache options */