remove dead code
This commit is contained in:
parent
e322621698
commit
cbc9d35811
|
@ -20,11 +20,3 @@ void read_style_js(char* string)
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
int main(){
|
|
||||||
char* readability_js = malloc(STYLE_N+1);
|
|
||||||
read_readability_js(readability_js);
|
|
||||||
printf("%s", readability_js);
|
|
||||||
free(readability_js);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user