Removing call to google::setThreadName from FunctionScheduler
authorAndrei Alexandrescu <aalexandre@fb.com>
Tue, 24 Feb 2015 21:09:36 +0000 (13:09 -0800)
committerAlecs King <int@fb.com>
Tue, 3 Mar 2015 03:29:28 +0000 (19:29 -0800)
commit2d16074880202b414b7c6351a24590fcc9bd7026
treede3c44ce42f2610097a260f63a22106cd7110c33
parentda22f9c3d4c80529d14ce8e192dcabf56709cc20
Removing call to google::setThreadName from FunctionScheduler

Summary: Funnily, google::setThreadName is Facebook specific: it's introduced only in the FB build of glog. This diff removes the call because folly should not depend on FB's glog.

Test Plan: made sure the line was deleted

Reviewed By: ldbrandy@fb.com

Subscribers: net-systems@, folly-diffs@, yfeldblum

FB internal diff: D1868249

Tasks: 6345935

Signature: t1:1868249:1424812595:2a084754d614ab9b7b6168454f33638882e3f6db
folly/experimental/FunctionScheduler.cpp