Merge "Remove unneeded comment"

This commit is contained in:
Zuul 2019-05-03 13:51:32 +00:00 committed by Gerrit Code Review
commit 959412fbc6
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ CONF.register_opts(nas_opts, group=configuration.SHARED_CONF_GROUP)
CONF.register_opts(volume_opts, group=configuration.SHARED_CONF_GROUP)
# TODO(bluex): remove when drivers stop using it
def locked_volume_id_operation(f, external=False):
"""Lock decorator for volume operations.