Remove unneeded comment

This comment applies to most of our code.

This lock method won't be removed any time soon.

Change-Id: Ibf312bf12c97242c1fadf707d6db71f20e93c579
This commit is contained in:
Eric Harney 2019-05-02 16:40:14 -06:00
parent 3669d52048
commit 20c9510413
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.