Skip to content
Snippets Groups Projects
Commit 6402a804 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove mutation method from TyepToOpCountMap

parent 2ee22d02
No related branches found
No related tags found
Loading
from __future__ import division, absolute_import
from __future__ import division, absolute_import, print_function
__copyright__ = "Copyright (C) 2015 James Stevens"
......@@ -73,9 +73,6 @@ class TypeToOpCountMap:
except KeyError:
return isl.PwQPolynomial('{ 0 }')
def __setitem__(self, index, value):
self.dict[index] = value
def __str__(self):
return str(self.dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment