Skip to content

Commit ed7d46c

Browse files
committed
Merge branch 'hotfix/removing-powerpc-check-m1'
2 parents b9060c7 + e2a3cae commit ed7d46c

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)