mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 09:00:22 +03:00
Removed useless comments
This commit is contained in:
parent
eff38348a3
commit
d194cd96b4
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue