mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'sb/xdiff-remove-unused-static-decl'
Code cleanup. * sb/xdiff-remove-unused-static-decl: xdiff: remove unneeded declarations
This commit is contained in:
commit
b2735955f5
@ -22,15 +22,6 @@
|
||||
|
||||
#include "xinclude.h"
|
||||
|
||||
|
||||
|
||||
|
||||
static long xdl_get_rec(xdfile_t *xdf, long ri, char const **rec);
|
||||
static int xdl_emit_record(xdfile_t *xdf, long ri, char const *pre, xdemitcb_t *ecb);
|
||||
|
||||
|
||||
|
||||
|
||||
static long xdl_get_rec(xdfile_t *xdf, long ri, char const **rec) {
|
||||
|
||||
*rec = xdf->recs[ri]->ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user