mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python/JS: Remove "Only added to aid with internal rewrite"
This commit is contained in:
@@ -102,13 +102,11 @@ module HeuristicNames {
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `maybeSensitiveRegexp` instead.
|
||||
* Only added to aid with internal rewrite
|
||||
*/
|
||||
deprecated predicate maybeSensitive = maybeSensitiveRegexp/1;
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `notSensitiveRegexp` instead.
|
||||
* Only added to aid with internal rewrite
|
||||
*/
|
||||
deprecated predicate notSensitive = notSensitiveRegexp/0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user