X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=6d2202071c6b849fe37a9a69c30c21d09ff80ef0;hp=e4159e6bda00131bf4a1ef6b5a46627c9f7d88b1;hb=277ed4a605f68118aff9e671f16c0ac6edb1d55a;hpb=36ba180901dd97003208ee6c51b0795cf351cb03;ds=sidebyside diff --git a/command.h b/command.h index e4159e6b..6d220207 100644 --- a/command.h +++ b/command.h @@ -14,8 +14,6 @@ struct command_context { struct server_command *cmd; /** File descriptor and crypto keys. */ struct stream_cipher_context scc; - /** Whether to use the sideband API for this command. */ - bool use_sideband; }; /**