Remove a duplicate descriptor in gdbm. (GH-11053)

This commit is contained in:
Serhiy Storchaka 2018-12-09 22:15:29 +02:00 committed by GitHub
parent e328753d91
commit e448f9c99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -485,7 +485,6 @@ static PyMethodDef dbm_methods[] = {
_GDBM_GDBM_REORGANIZE_METHODDEF
_GDBM_GDBM_SYNC_METHODDEF
_GDBM_GDBM_GET_METHODDEF
_GDBM_GDBM_GET_METHODDEF
_GDBM_GDBM_SETDEFAULT_METHODDEF
{"__enter__", dbm__enter__, METH_NOARGS, NULL},
{"__exit__", dbm__exit__, METH_VARARGS, NULL},