Author: David Ripton <[email protected]>
Branch: 
Changeset: r51674:3ed178fb213d
Date: 2012-01-21 13:42 -0500
http://bitbucket.org/pypy/pypy/changeset/3ed178fb213d/

Log:    Remove unreachable statement referring to nonexistant variable.

diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -861,8 +861,6 @@
         except StopIteration:
             return None
 
-        return nextrow
-
     def fetchmany(self, size=None):
         self._check_closed()
         self._check_reset()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to