Skip to content

Commit e2a3cae

Browse files
committed
Removing the power pc check in main. Fails for new M1 macs
1 parent b9060c7 commit e2a3cae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/edu/cmu/cs/hcii/cogtool/CogTool.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ public static void main(String args[])
251251

252252
try {
253253
if (OSUtils.MACOSX) {
254-
if (!OSUtils.isIntelMac()) {
255-
System.out.println("CogTool no longer runs on PowerPC");
256-
System.exit(16);
257-
}
258254
// we need to create the RootController, but will never
259255
// actually need to interact with it programmatically
260256
rootCtl = new RootController();

0 commit comments

Comments
 (0)