Ruby: delete commented-out code

This commit is contained in:
Nick Rolfe
2022-02-07 12:50:06 +00:00
parent e049f08c24
commit 881776a2ac

View File

@@ -179,7 +179,6 @@ pub fn create_token_class<'a>(token_type: &'a str, tokeninfo: &'a str) -> ql::Cl
characteristic_predicate: None,
predicates: vec![
get_value,
//get_location,
to_string,
create_get_a_primary_ql_class("Token", false),
],