remove unused resource strings

This commit is contained in:
Bernd Kreuss 2021-09-17 16:31:33 +02:00 committed by Michael Van Canneyt
parent 7aabdb85fa
commit 0f5bd26cba

View File

@ -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';