Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove check on return, the caller will have to check to know what to do
Baptiste Daroussin committed 11 years ago
commit 45fa85d10268d8f614e670dba9223eb62c3f39a8
parent dda97b3
1 file changed +0 -5
modified libpkg/merge3.c
@@ -246,10 +246,5 @@ int merge_3way(
  int rc;             /* Return code of subroutines and this routine */

  rc = sbuf_merge(pPivot, pV1, pV2, pOut);
-
  if( rc!=0 ) {
-
	  /* impossible to merge */
-
	  /* TODO */
-
	  printf("la\n");
-
  }
  return rc;
}