Fix copyright lines
[folly.git] / folly / experimental / TestUtil.h
index 1b8e339da511457f7d5779b04a66d0402b5a688c..fcec1e2b0abbb5d65a7c64421237321a63f14596 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2012-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -52,7 +52,6 @@ class TemporaryFile {
 
   // Movable, but not copyable
   TemporaryFile(TemporaryFile&& other) noexcept {
-    reset();
     assign(other);
   }