c2lang / c2compiler

the c2 programming language
c2lang.org
Apache License 2.0
702 stars 47 forks source link

Remove unused files. #68

Closed lerno closed 5 years ago

lerno commented 5 years ago

Removes a bunch of unused files left over from the initial Clang commit. One note is that Rewriter is gone (and with it the commented out code from C2Parser). However, it was only ever the Rewriter header that was kept anyway. This commit is completely independent of the defer commit and may be merged before or after without any risk of conflicts.