Skip to content

Commit

Permalink
Update SpanContext.php
Browse files Browse the repository at this point in the history
del function getMD5
  • Loading branch information
jky-yy authored Jan 31, 2020
1 parent ac272ad commit 034945f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Jaeger/SpanContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,4 @@ public function isTraceIdValid()
{
return $this->traceIdLow || $this->traceIdHigh;
}

/**
* @return string
*/
public function getMD5()
{
return md5(serialize($this));
}
}

0 comments on commit 034945f

Please sign in to comment.