Skip to content

Commit 8d56265

Browse files
author
mechatroner
committed
remove unused code
1 parent 8713dcc commit 8d56265

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

rainbow_utils.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,5 @@ function get_field_by_line_position(fields, query_pos) {
6868
}
6969

7070

71-
var entity_map = {
72-
'&': '&',
73-
'<': '&lt;',
74-
'>': '&gt;',
75-
'"': '&quot;',
76-
"'": '&#39;',
77-
'/': '&#x2F;',
78-
'`': '&#x60;',
79-
'=': '&#x3D;'
80-
};
81-
82-
8371
module.exports.smart_split = smart_split;
8472
module.exports.get_field_by_line_position = get_field_by_line_position;

0 commit comments

Comments
 (0)