mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 13:30:47 +02:00
remove unused resource strings
This commit is contained in:
parent
7aabdb85fa
commit
0f5bd26cba
@ -879,7 +879,6 @@ Resourcestring
|
||||
SErrNoNegation = 'Cannot negate expression of type %s : %s';
|
||||
SErrNoNOTOperation = 'Cannot perform "not" on expression of type %s: %s';
|
||||
SErrTypesDoNotMatch = 'Type mismatch: %s<>%s for expressions "%s" and "%s".';
|
||||
SErrTypesIncompatible = 'Incompatible types: %s<>%s for expressions "%s" and "%s".';
|
||||
SErrNoNodeToCheck = 'Internal error: No node to check !';
|
||||
SInvalidNodeType = 'Node type (%s) not in allowed types (%s) for expression: %s';
|
||||
SErrUnterminatedExpression = 'Badly terminated expression. Found token at position %d : %s';
|
||||
@ -889,7 +888,6 @@ Resourcestring
|
||||
SErrInvalidArgumentType = 'Invalid type for argument %d: Expected %s, got %s';
|
||||
SErrInvalidResultType = 'Invalid result type: %s';
|
||||
SErrNotVariable = 'Identifier %s is not a variable';
|
||||
SErrInactive = 'Operation not allowed while an expression is active';
|
||||
SErrIFNeedsBoolean = 'First argument to IF must be of type boolean: %s';
|
||||
SErrCaseNeeds3 = 'Case statement needs to have at least 4 arguments';
|
||||
SErrCaseEvenCount = 'Case statement needs to have an even number of arguments';
|
||||
|
Loading…
Reference in New Issue
Block a user