Skip to content

Commit 6638486

Browse files
committed
Eliminate unused variable
1 parent e0d0443 commit 6638486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ultrassembler/src/assembler.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ struct assembly_context {
3737
uint32_t line = 1;
3838
uint32_t column = 0;
3939
uint16_t inst_offset = 0;
40-
RVInstructionFormat raw_format;
4140
};
4241

4342
void make_inst(assembly_context& c);

0 commit comments

Comments
 (0)