Skip to content

Commit 7898c9d

Browse files
fix bad merge on my part
1 parent 298d746 commit 7898c9d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

emcc.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,6 @@ class Mode(Enum):
9595
COMPILE_AND_LINK = auto()
9696

9797

98-
@dataclass
99-
class LinkFlag:
100-
"""Used to represent a linker flag.
101-
102-
The flag value is stored along with a bool that distinguishes input
103-
files from non-files.
104-
105-
A list of these is returned by separate_linker_flags.
106-
"""
107-
108-
value: str
109-
is_file: int
110-
111-
11298
class EmccState:
11399
def __init__(self, args):
114100
self.mode = Mode.COMPILE_AND_LINK

0 commit comments

Comments
 (0)