From eb9df008b0394d62904526cc9ddf6dc0a154985d Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Fri, 24 Oct 2025 08:45:12 +0200 Subject: [PATCH] JS: Remove two invalid QHelp links --- javascript/ql/src/Expressions/ExprHasNoEffect.qhelp | 6 ------ javascript/ql/src/LanguageFeatures/DeleteVar.qhelp | 7 ------- 2 files changed, 13 deletions(-) diff --git a/javascript/ql/src/Expressions/ExprHasNoEffect.qhelp b/javascript/ql/src/Expressions/ExprHasNoEffect.qhelp index da9db7c2ac0c..d9907689f8f7 100644 --- a/javascript/ql/src/Expressions/ExprHasNoEffect.qhelp +++ b/javascript/ql/src/Expressions/ExprHasNoEffect.qhelp @@ -51,10 +51,4 @@ assign it an initial value, which also serves to document its expected type: - - -
  • JSLint Error Explanations: Expected an assignment or function call.
  • - - -
    diff --git a/javascript/ql/src/LanguageFeatures/DeleteVar.qhelp b/javascript/ql/src/LanguageFeatures/DeleteVar.qhelp index 79d7ec970357..69ccb83f0838 100644 --- a/javascript/ql/src/LanguageFeatures/DeleteVar.qhelp +++ b/javascript/ql/src/LanguageFeatures/DeleteVar.qhelp @@ -35,11 +35,4 @@ function compute to the outside world): - - - -
  • JSLint Error Explanations: Only properties should be deleted.
  • - - -