Clean unused code.

Removing unused class.

Change-Id: Id134e24564cbd2f2e977cd823121e67d9183fc8e
This commit is contained in:
dharmendra 2016-04-03 15:45:51 +05:30 committed by dharmendra kushwaha
parent 854afc4392
commit 6a2df0a918

View File

@ -148,12 +148,6 @@ class OverQuotaClient(Conflict):
pass
# TODO(amotoki): It is unused in Tacker, but it is referred to
# in Horizon code. After Horizon code is updated, remove it.
class AlreadyAttachedClient(Conflict):
pass
class IpAddressGenerationFailureClient(Conflict):
pass