Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexikos committed Aug 26, 2023
1 parent 0571225 commit 85477d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/script.cpp
Expand Up @@ -5663,10 +5663,6 @@ ResultType Script::ParseFatArrow(DerefList &aDeref, LPTSTR aPrmStart, LPTSTR aPr

ResultType Script::DefineFunc(LPTSTR aBuf, bool aStatic, bool aIsInExpression)
// Returns OK or FAIL.
// Caller has already called ValidateName() on the function, and it is known that this valid name
// is followed immediately by an open-paren. aFuncExceptionVar is the address of an array on
// the caller's stack that will hold the list of exception variables (those that must be explicitly
// declared as either local or global) within the body of the function.
{
LPTSTR param_end, param_start = _tcschr(aBuf, '('); // Caller has ensured that this will return non-NULL.
int insert_pos;
Expand Down

0 comments on commit 85477d8

Please sign in to comment.