On Tue, 2016-01-12 at 16:19 -0800, Junio C Hamano wrote: > David Turner <dturner@xxxxxxxxxxxxxxxx> writes: > > > int ref_transaction_commit(struct ref_transaction *transaction, > > struct strbuf *err) > > { > > int ret = -1; > > struct string_list affected_refnames = > > STRING_LIST_INIT_NODUP; > > + struct string_list files_affected_refnames = > > STRING_LIST_INIT_NODUP; > > + struct string_list_item *item; > > This variable is never used (at least at the end of the series after > applying up to 21/21). Fixed, thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html