Browse Source

Remove useless code

Yohan Simard 3 years ago
parent
commit
8dbce9dbce
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      main.py

+ 0
- 8
main.py View File

@@ -46,14 +46,6 @@ void print_with_indent(int indent, char * string) {
46 46
 }
47 47
 """)
48 48
 
49
-# int str_split(char* str, char token) {
50
-#     char* result = "";
51
-#     for (int i = 0; i < sizeof(str); i++)
52
-#     {
53
-#         result[
54
-#     }
55
-#     return result;
56
-# }
57 49
 
58 50
 def print_main(rules):
59 51
     axiom = get_code(rules[0][0])

Loading…
Cancel
Save