X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=3887cdd39fdb04b5b9b889ec98e54591425eaa73;hb=b8ec2ef5137cb75cb75bb27c6b003c5f4e21bcb2;hp=0a840d88809821ec21fae731566e2b2a8bf44fc8;hpb=ce64f0f685111ac24c7a321ea56d0c3524621df1;p=folly.git diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index 0a840d88..3887cdd3 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2017 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 -