Removed backend.dictfetchone(), as it wasn't being used anywhere

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-08-20 01:13:12 +00:00
parent 221f99ed58
commit 1b4cfd4fea
10 changed files with 4 additions and 18 deletions

View file

@ -184,7 +184,6 @@ supports_constraints = True
supports_tablespaces = False
uses_case_insensitive_names = False
dictfetchone = util.dictfetchone
dictfetchmany = util.dictfetchmany
dictfetchall = util.dictfetchall