Stop using ScopeGuardImpl in DynamicParser
[folly.git] / folly / experimental / test / DynamicParserTest.cpp
index 3c18f47ba40906646227b348f30f37fd80f4657d..0979ad8b86f40086afcbf6889eb977e049b6bca5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-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.
@@ -28,7 +28,6 @@
 #include <folly/portability/GTest.h>
 
 using namespace folly;
-using dynamic = folly::dynamic;
 
 // NB Auto-conversions are exercised by all the tests, there's not a great
 // reason to test all of them explicitly, since any uncaught bugs will fail