Skip to content

Commit

Permalink
Removed useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
djhworld committed Sep 15, 2012
1 parent eff3834 commit d194cd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions std/process.d
Expand Up @@ -770,9 +770,6 @@ else version (OSX)
}
else
{
//browser = "/Applications/Safari.app/Contents/MacOS/Safari";
//args[1] = "-a".ptr;
//args[2] = "/Applications/Safari.app".ptr;
args[0] = "open".ptr;
args[1] = toStringz(url);
args[2] = null;
Expand Down

0 comments on commit d194cd9

Please sign in to comment.