diff options
Diffstat (limited to 'tests/examplefiles/pawn_example')
-rw-r--r-- | tests/examplefiles/pawn_example | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/examplefiles/pawn_example b/tests/examplefiles/pawn_example index e8c17e33..ee2ecca2 100644 --- a/tests/examplefiles/pawn_example +++ b/tests/examplefiles/pawn_example @@ -16,15 +16,6 @@ DEFINE TEMP-TABLE ttNames NO-UNDO /* One-line comment */ /* Two-line Comment */ -/* - Nested - /* - Multiline - /* - Comment - */ - */ -*/ CREATE ttNames. ASSIGN ttNames.cName = {&MY_NAME}. |