Revert r194865 and r194874.
[oota-llvm.git] / utils / unittest / googletest / include / gtest / internal / gtest-internal.h
index 63f72acdfb572592997bf02e5c879b932cdf5bfd..a94bf28421fb4e363874b588d4b7fb76b11a5406 100644 (file)
 #if !GTEST_NO_LLVM_RAW_OSTREAM
 namespace llvm {
 class convertible_fwd_ostream : public std::ostream {
-  virtual void anchor();
   raw_os_ostream ros_;
 
 public:
@@ -537,7 +536,7 @@ GTEST_API_ TypeId GetTestTypeId();
 // of a Test object.
 class TestFactoryBase {
  public:
-  virtual ~TestFactoryBase();
+  virtual ~TestFactoryBase() {}
 
   // Creates a test instance to run. The instance is both created and destroyed
   // within TestInfoImpl::Run()