X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=xdiff%2Fxdiffi.c;h=1bad8462fb32cffdc9ff20a278d513e7a444b257;hb=5c66d0d4580196094e80c552f141525759a8e249;hp=9aeebc473b11a3dbfa5b52930b4a8e5a35f22215;hpb=b8336519450fdedc8f9cafebc73f7a0226e34e1f;p=git.git diff --git a/xdiff/xdiffi.c b/xdiff/xdiffi.c index 9aeebc473..1bad8462f 100644 --- a/xdiff/xdiffi.c +++ b/xdiff/xdiffi.c @@ -257,8 +257,6 @@ static long xdl_split(unsigned long const *ha1, long off1, long lim1, return ec; } } - - return -1; } @@ -565,4 +563,3 @@ int xdl_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, return 0; } -