mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Remove an unused variable.
This commit is contained in:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -194,7 +194,6 @@ format_job_update(struct job *job)
 | 
				
			|||||||
	struct format_job	*fj = job->data;
 | 
						struct format_job	*fj = job->data;
 | 
				
			||||||
	char			*line;
 | 
						char			*line;
 | 
				
			||||||
	time_t			 t;
 | 
						time_t			 t;
 | 
				
			||||||
	struct client		*c;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if ((line = evbuffer_readline(job->event->input)) == NULL)
 | 
						if ((line = evbuffer_readline(job->event->input)) == NULL)
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
@@ -298,6 +297,7 @@ format_job_get(struct format_tree *ft, const char *cmd)
 | 
				
			|||||||
			xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd);
 | 
								xasprintf(&fj->out, "<'%s' didn't start>", fj->cmd);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		fj->last = t;
 | 
							fj->last = t;
 | 
				
			||||||
 | 
							fj->updated = 0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (ft->flags & FORMAT_STATUS)
 | 
						if (ft->flags & FORMAT_STATUS)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user