[svn:parrot] r41160 - trunk/src
cotto at svn.parrot.org
cotto at svn.parrot.org
Tue Sep 8 18:47:56 UTC 2009
Author: cotto
Date: Tue Sep 8 18:47:53 2009
New Revision: 41160
URL: https://trac.parrot.org/parrot/changeset/41160
Log:
[sub] remove an unreachable return
Modified:
trunk/src/sub.c
Modified: trunk/src/sub.c
==============================================================================
--- trunk/src/sub.c Tue Sep 8 18:05:25 2009 (r41159)
+++ trunk/src/sub.c Tue Sep 8 18:47:53 2009 (r41160)
@@ -166,7 +166,6 @@
return res;
}
}
- return NULL;
}
/*
More information about the parrot-commits
mailing list