Skip to content

Commit

Permalink
Merge pull request HaxeFoundation#2797 from bendmorris/development
Browse files Browse the repository at this point in the history
Enable SocketConnection.create on platforms other than neko/flash/js.
  • Loading branch information
ncannasse committed Mar 23, 2014
2 parents a104dff + afccbef commit 3463374
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions std/haxe/remoting/SocketConnection.hx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnec
if( f.onResult != null ) f.onResult(ret);
}

#if (flash || js || neko)

function defaultLog(path,args,e) {
// exception inside the called method
var astr, estr;
Expand Down Expand Up @@ -178,6 +176,4 @@ class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnec
return sc;
}

#end

}

0 comments on commit 3463374

Please sign in to comment.