Skip to content

Commit 32680c0

Browse files
committed
Removed unused code
1 parent fd737dc commit 32680c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/VBAexpressions.cls

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,8 +1620,9 @@ Private Function GetLParentPos(ByRef expression As String, ByRef RelativePositio
16201620
GetLParentPos = tmpResult
16211621
End Function
16221622

1623-
Private Sub GetOperand(ByRef CurToken As token, ByRef CurArg As Argument, _
1624-
ByRef CurTree As ClusterTree, ByRef BaseIndex As Long)
1623+
Private Sub GetOperand(ByRef CurArg As Argument, _
1624+
ByRef CurTree As ClusterTree, _
1625+
ByRef BaseIndex As Long)
16251626

16261627
If CurArg.Implicit Then
16271628
If CurArg.FunctionIn Then 'Implicit function

0 commit comments

Comments
 (0)