Skip to content

Commit 315743d

Browse files
committed
Update IR json
1 parent da1e211 commit 315743d

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

rules/stdio/ir_refcount.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -890,17 +890,6 @@
890890
"is_refcount_pointer": true
891891
}
892892
},
893-
"f10": {
894-
"body": [
895-
{
896-
"text": "libcc2rs::cin()"
897-
}
898-
],
899-
"return_type": {
900-
"type": "Ptr<::std::fs::File>",
901-
"is_refcount_pointer": true
902-
}
903-
},
904893
"t1": {
905894
"init": "Ptr::null()",
906895
"type": "Ptr<::std::fs::File>",

rules/stdio/ir_unsafe.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -861,17 +861,6 @@
861861
"is_unsafe_pointer": true
862862
}
863863
},
864-
"f10": {
865-
"body": [
866-
{
867-
"text": "libcc2rs::cin_unsafe()"
868-
}
869-
],
870-
"return_type": {
871-
"type": "*mut ::std::fs::File",
872-
"is_unsafe_pointer": true
873-
}
874-
},
875864
"t1": {
876865
"init": "Default::default()",
877866
"type": "*mut ::std::fs::File",

0 commit comments

Comments
 (0)