Skip to content

Commit

Permalink
Removing unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 6, 2019
1 parent d02aad7 commit 02f90ce
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -48,7 +48,6 @@ function extractQuotedStrings(query: string): string[] {
if (stringStart === -1) {
stringStart = i + 1;
} else {
const subs = query.substr(stringStart, i - 1);
quotedStrings.push(query.substr(stringStart, i - stringStart));
}
}
Expand Down

0 comments on commit 02f90ce

Please sign in to comment.