Python/JS: Remove "Only added to aid with internal rewrite"

This commit is contained in:
Rasmus Wriedt Larsen
2021-04-28 11:50:06 +02:00
parent 08e86fdfe5
commit 8b9c5f8228
2 changed files with 0 additions and 4 deletions

View File

@@ -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;