Remove unused parameter/attribute in the MultiIndexSet (Issue #70)
- This is a small enhancement raised in Issue #70 (closed);
poly_deg_dtype
that appears as a parameter in theMultiIndexSet
constructors and also as an attribute of `MultiIndex instance is not used anywhere in the code and can be safely removed. - All the tests remain the same (and they passed).