Module Name:    src
Committed By:   christos
Date:           Wed Mar 27 19:23:28 UTC 2013

Modified Files:
        src/external/gpl2/xcvs/dist/src: lock.c

Log Message:
delete the assert as we'll never get there anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/xcvs/dist/src/lock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/xcvs/dist/src/lock.c
diff -u src/external/gpl2/xcvs/dist/src/lock.c:1.3 src/external/gpl2/xcvs/dist/src/lock.c:1.4
--- src/external/gpl2/xcvs/dist/src/lock.c:1.3	Wed Mar 27 14:15:13 2013
+++ src/external/gpl2/xcvs/dist/src/lock.c	Wed Mar 27 15:23:28 2013
@@ -233,7 +233,6 @@ lock_name (const char *repository, const
 	if (len == -1)
 	    error (1, 0, "%s not found in %s",
 		repository, current_parsed_root->directory);
-	assert(len != -1);
 	short_repos = repository + len + 1;
 
 	if (strcmp (repository, current_parsed_root->directory) == 0)

Reply via email to