mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
ld65: avoid redundant error message information.
This commit is contained in:
committed by
Oliver Schmidt
parent
467844963a
commit
feccc68c54
@@ -775,9 +775,6 @@ static void PrintUnresolved (ExpCheckFunc F, void* Data)
|
||||
/* Unresolved external */
|
||||
Import* Imp = E->ImpList;
|
||||
const char* name = GetString (E->Name);
|
||||
fprintf (stderr,
|
||||
"Unresolved external '%s' referenced in:\n",
|
||||
name);
|
||||
while (Imp) {
|
||||
unsigned J;
|
||||
for (J = 0; J < CollCount (&Imp->RefLines); ++J) {
|
||||
|
Reference in New Issue
Block a user