]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused variable
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Wed, 26 Feb 2014 08:35:07 +0000 (17:35 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Wed, 26 Feb 2014 08:35:07 +0000 (17:35 +0900)
commit5a6227c1b0566d2eab2b46b37eb53141449a22ba
tree0e149c7279b5ddcd139b3d51728c0e5c3e8e3963
parentca716eab6e7c3f32931b64c389dbae52d4869373
Remove unused variable

o cinder/api/openstack/wsgi.py:_CONTENT_TYPE_MAP = {

  This variable was added in the following commit.

    commit c53d8e343e50d4cf7ea9a6a81258848c2d893bfb
    Author: Jenkins <jenkins@review.openstack.org>
    Date:   Thu May 3 10:48:26 2012 -0700

        Initial fork out of Nova.

  But there is no evidence that was used.

Change-Id: I6af64126cf1747ded3369a6237a4cb6cfd250922
cinder/api/openstack/wsgi.py