Skip to content

Commit

Permalink
Merge branch 'hotfix/removing-powerpc-check-m1'
Browse files Browse the repository at this point in the history
  • Loading branch information
justingeeslin committed Nov 7, 2021
2 parents b9060c7 + e2a3cae commit ed7d46c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java/edu/cmu/cs/hcii/cogtool/CogTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ public static void main(String args[])

try {
if (OSUtils.MACOSX) {
if (!OSUtils.isIntelMac()) {
System.out.println("CogTool no longer runs on PowerPC");
System.exit(16);
}
// we need to create the RootController, but will never
// actually need to interact with it programmatically
rootCtl = new RootController();
Expand Down

0 comments on commit ed7d46c

Please sign in to comment.