Remove useless code
This commit is contained in:
parent
a7461e90ef
commit
8dbce9dbce
1 changed files with 0 additions and 8 deletions
8
main.py
8
main.py
|
@ -46,14 +46,6 @@ void print_with_indent(int indent, char * string) {
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
|
||||||
# int str_split(char* str, char token) {
|
|
||||||
# char* result = "";
|
|
||||||
# for (int i = 0; i < sizeof(str); i++)
|
|
||||||
# {
|
|
||||||
# result[
|
|
||||||
# }
|
|
||||||
# return result;
|
|
||||||
# }
|
|
||||||
|
|
||||||
def print_main(rules):
|
def print_main(rules):
|
||||||
axiom = get_code(rules[0][0])
|
axiom = get_code(rules[0][0])
|
||||||
|
|
Loading…
Reference in a new issue