Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove check on return, the caller will have to check to know what to do
Baptiste Daroussin committed 11 years ago
commit 45fa85d10268d8f614e670dba9223eb62c3f39a8
parent dda97b3284888c3836a94c00e2a89b2cc909d6cb
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;
}