Skip to content

Commit 5636c2b

Browse files
committed
[assembler] Deleted incorrect comment.
1 parent 0ef02f4 commit 5636c2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

assembler/src/asmlib/symtab.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ impl Evaluate for (&Span, &SymbolName, &SymbolDefinition) {
114114
}
115115
}
116116
SymbolDefinition::Equality(expression) => {
117-
// The target address does not matter below
118-
// since assignments are not allowed to use
119-
// '#' on the right-hand-side of the
120-
// assignment.
121117
expression.evaluate(target_address, symtab, rc_updater, op)
122118
}
123119
SymbolDefinition::Undefined(context_union) => Err(SymbolLookupFailure {

0 commit comments

Comments
 (0)