]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleanup orphaned code in sqlalchemy API
authorSean McGinnis <sean_mcginnis@dell.com>
Fri, 27 Nov 2015 20:12:06 +0000 (14:12 -0600)
committerSean McGinnis <sean_mcginnis@dell.com>
Fri, 27 Nov 2015 20:12:06 +0000 (14:12 -0600)
commit6ec10cf3bd82f165d65413c269ad80493e9ae184
tree18be15ea925d98eb8e8ca70bb94f00046dc40681
parent65a6c40b6ef107150fee1b959dd117691fac57b7
Cleanup orphaned code in sqlalchemy API

There were several methods in the sqlalchemy code that were no longer
being used anywhere. While some of these have potential for being useful,
they are not in use and should not be sitting around the codebase waiting
for someone to need them.

Change-Id: Ic30d27b29d19de5470c9fffadc136988899525ca
cinder/db/sqlalchemy/api.py