Remove usage of Carbon from command-line tool

The use of Carbon turns out to be less useful than originally thought,
so it makes sense to remove it.
This commit is contained in:
Dietrich Epp
2022-03-24 23:00:31 -04:00
parent ee685ec9ea
commit 66d46452ab
2 changed files with 1 additions and 19 deletions
-4
View File
@@ -6,10 +6,6 @@
#include <MacTypes.h>
#elif USE_CARBON
/* We get definitions from pre-compiled headers. */
#else
/* Definitions in <MacTypes.h> */