Remove attribute spuriously added during rebase
This commit is contained in:
parent
b9b7ef424c
commit
11065ff318
@ -3554,10 +3554,6 @@ def _dup(self, other: "Spec", deps: Union[bool, dt.DepTypes, dt.DepFlag] = True)
|
||||
self.name = other.name
|
||||
self.versions = other.versions.copy()
|
||||
self.architecture = other.architecture.copy() if other.architecture else None
|
||||
|
||||
if hasattr(other, "compiler_annotation"):
|
||||
self.compiler_annotation = other.compiler_annotation
|
||||
|
||||
self.compiler_flags = other.compiler_flags.copy()
|
||||
self.compiler_flags.spec = self
|
||||
self.variants = other.variants.copy()
|
||||
|
Loading…
Reference in New Issue
Block a user