Don't use strtok in trace.cpp
commite6ff886bceacd9a69a64dc3a0c78c143f957c4e1
authorBrett Simmers <bsimmers@fb.com>
Tue, 2 Jun 2015 18:44:29 +0000 (2 11:44 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 2 Jun 2015 19:02:33 +0000 (2 12:02 -0700)
tree92e6c6b6d60569caee629b832b470dbece6cf8b0
parent31f17eb3da618b23da0d944ac5699f2c45f22cd6
Don't use strtok in trace.cpp

Summary: The lack of thread-safety doesn't matter because we only call this
during startup, but I'm sick of the lint warning.

Reviewed By: @markw65

Differential Revision: D2117106
hphp/util/trace.cpp