Skip to content

Commit d6230e0

Browse files
committed
minor comment cleanup, cliprof has been tested on OSX
1 parent debbabf commit d6230e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cliprof/cliprof.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ static std::string getProcessDirectory()
135135

136136
#elif defined(__APPLE__)
137137

138-
// TODO: This has not been tested!
139-
140138
char processName[ 1024 ];
141139
pid_t pid = getpid();
142140
int ret = proc_pidpath( pid, processName, sizeof(processName) );

0 commit comments

Comments
 (0)