1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Removed a unused variable

- this popped up as warning during my tests, it comes from @mkilgore its latest CONST changes
This commit is contained in:
Roland Heyder 2024-01-26 00:56:44 +01:00
parent d83b6d9557
commit 13b5d5672b

View file

@ -118,7 +118,7 @@ FUNCTION getelementsbefore$ (a$, i1)
END FUNCTION
FUNCTION getelementsafter$ (a$, i1)
DIM p AS LONG, n AS LONG, i AS LONG, i1pos AS LONG
DIM p AS LONG, n AS LONG, i AS LONG
n = 1
p = 1