Remove some useless void lines.

[GB.UTIL]
* BUG: Remove some useless void lines.
This commit is contained in:
gambas 2019-01-03 10:31:07 +01:00
parent 17bbc13df6
commit 12136b7b0e
3 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
[Component]
Key=gb.util
Version=3.11.90
Version=3.12.0
State=1

View file

@ -1,7 +1,7 @@
# Gambas Project File 3.0
Title=Gambas utilities
Startup=MMain
Version=3.11.90
Version=3.12.0
VersionFile=1
TabSize=2
Language=fr

View file

@ -11,8 +11,6 @@ Public Sub Before(sStr As String) As String
End
Public Sub Run(sStr As String) As String
Dim sSuff As String
@ -275,7 +273,6 @@ REMOVE_DOUBLE:
Endif
Wend
Return
End