Skip to content

Commit

Permalink
[tidy] Remove unused bestFit member in lastCxFileData
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 31, 2024
1 parent 5ddb063 commit 7f74bf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cxfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ static int generatedFieldMarkersList[] = {
typedef struct lastCxFileData {
int onLineReferencedSym;
SymbolsMenu *onLineRefMenuItem;
int onLineRefIsBestMatchFlag; // vyhodit ("throw away") ?
ReferenceItem *symbolTab[MAX_CX_SYMBOL_TAB];
bool symbolIsWritten[MAX_CX_SYMBOL_TAB];
int macroBaseFileGeneratedForSym[MAX_CX_SYMBOL_TAB];
Expand Down Expand Up @@ -905,7 +904,6 @@ static void scanFunction_SymbolName(int size,
lastIncomingData.onLineRefMenuItem = cms;
if (ols || (operation==CXSF_BY_PASS && canBypassAcceptableSymbol(referencesItem))) {
lastIncomingData.onLineReferencedSym = symbolIndex;
lastIncomingData.onLineRefIsBestMatchFlag = (ols == 2);
log_trace("symbol %s is O.K. for %s (ols==%d)", referencesItem->linkName, options.browsedSymName, ols);
} else {
if (lastIncomingData.onLineReferencedSym == symbolIndex) {
Expand Down

0 comments on commit 7f74bf1

Please sign in to comment.