This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove inaccurate comment
ClosedPublic

Authored by jfb on May 11 2018, 4:04 PM.

Details

Summary

r271558 moved getManagedStaticMutex's mutex from a function-local
static to using call_once, but left a comment added in r211424. That comment is
now erroneous, remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

jfb created this revision.May 11 2018, 4:04 PM
chandlerc accepted this revision.May 11 2018, 4:40 PM

LGTM, thanks for cleaning this up!

This revision is now accepted and ready to land.May 11 2018, 4:40 PM
This revision was automatically updated to reflect the committed changes.