diff --git a/pkg/classification/db/known_person_object_patterns/driver.json b/pkg/classification/db/known_person_object_patterns/driver.json deleted file mode 100644 index 5a10b8261..000000000 --- a/pkg/classification/db/known_person_object_patterns/driver.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "metadata": { "version": "1.0" }, - "id": 26, - "act_as_identifier": true, - "category": "Driver", - "include_regexp": "\\b.*driver.*\\b", - "exclude_regexp": "\\b.*sync.*\\b" -} diff --git a/pkg/classification/db/subject_mapping.json b/pkg/classification/db/subject_mapping.json index 51f8a3703..396a754f8 100644 --- a/pkg/classification/db/subject_mapping.json +++ b/pkg/classification/db/subject_mapping.json @@ -21,7 +21,6 @@ "Customer": "User", "Developer": "User", "Doctor": "User", - "Driver": "User", "Employee": "User", "Employer": "User", "Follower": "User", @@ -69,4 +68,4 @@ "Veteran": "User", "Volunteer": "User", "Winner": "User" -} \ No newline at end of file +}