Switch some assertions to std::thread rather than pthread
[folly.git] / folly / TimeoutQueue.cpp
index 0a840d88809821ec21fae731566e2b2a8bf44fc8..52877c3e6c3d62b3985b26639c14d3a6a221751c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -74,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) {
 }
 
 }  // namespace folly
-