You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/03 18:22:19 UTC

svn commit: r811014 - /commons/sandbox/runtime/trunk/src/main/native/srclib/bzip2/bzlib.c

Author: mturk
Date: Thu Sep  3 16:22:19 2009
New Revision: 811014

URL: http://svn.apache.org/viewvc?rev=811014&view=rev
Log:
Comment unreachable code

Modified:
    commons/sandbox/runtime/trunk/src/main/native/srclib/bzip2/bzlib.c

Modified: commons/sandbox/runtime/trunk/src/main/native/srclib/bzip2/bzlib.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/srclib/bzip2/bzlib.c?rev=811014&r1=811013&r2=811014&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/srclib/bzip2/bzlib.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/srclib/bzip2/bzlib.c Thu Sep  3 16:22:19 2009
@@ -851,9 +851,9 @@
          if (s->state != BZ_X_OUTPUT) return r;
       }
    }
-
+   /*
    AssertH ( 0, 6001 );
-
+   */
    NOTREACHED(0);  /*NOTREACHED*/
 }