Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Feb 17, 2025
1 parent 933ba2e commit 82d7781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/tx/tx_rxnorm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ procedure TUMLSImporter.CreateTables(callback : TWorkProgressEvent);
'cui2 VARCHAR(8) , '+
'PRIMARY KEY (cui1))');
callback(self, 100, false, 'Created Tables (Step 1 of 5)');
FConn.WantLog := true;
end;

procedure TUMLSImporter.loadRXNCONSO(callback: TWorkProgressEvent);
Expand Down

0 comments on commit 82d7781

Please sign in to comment.