mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove unnecessary initializers of cmd_ctx.
This commit is contained in:
		@@ -871,9 +871,7 @@ server_client_msg_command(struct client *c, struct msg_command_data *data)
 | 
			
		||||
 | 
			
		||||
	ctx = cmd_get_ctx();
 | 
			
		||||
	ctx->msgdata = data;
 | 
			
		||||
	ctx->curclient = NULL;
 | 
			
		||||
	ctx->cmdclient = c;
 | 
			
		||||
 | 
			
		||||
	ctx->error = server_client_msg_error;
 | 
			
		||||
	ctx->print = server_client_msg_print;
 | 
			
		||||
	ctx->info = server_client_msg_info;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user