[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-135-g3227cb1

Stephen Kelly steveire at gmail.com
Sat Jun 6 03:15:31 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  3227cb17227ab93ee066799b93a39490e318d2d3 (commit)
       via  e8ade3a149616209617bec927abdb917304d5a99 (commit)
      from  24bc47b6ac2b29d32157d56a05c92b17af9cbbcf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3227cb17227ab93ee066799b93a39490e318d2d3
commit 3227cb17227ab93ee066799b93a39490e318d2d3
Merge: 24bc47b e8ade3a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jun 6 03:15:30 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jun 6 03:15:30 2015 -0400

    Merge topic 'extract-cmOutputConverter' into next
    
    e8ade3a1 fixup! cmOutputConverter: Extract from cmLocalGenerator.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8ade3a149616209617bec927abdb917304d5a99
commit e8ade3a149616209617bec927abdb917304d5a99
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jun 6 09:11:47 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jun 6 09:11:47 2015 +0200

    fixup! cmOutputConverter: Extract from cmLocalGenerator.

diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx
index 87e21bf..db73a34 100644
--- a/Source/cmOutputConverter.cxx
+++ b/Source/cmOutputConverter.cxx
@@ -23,10 +23,6 @@ cmOutputConverter::cmOutputConverter(cmState::Snapshot snapshot)
 {
 }
 
-cmOutputConverter::~cmOutputConverter()
-{
-}
-
 //----------------------------------------------------------------------------
 std::string
 cmOutputConverter::ConvertToOutputForExistingCommon(const std::string& remote,
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h
index 67858cf..1d3f8c7 100644
--- a/Source/cmOutputConverter.h
+++ b/Source/cmOutputConverter.h
@@ -22,8 +22,6 @@ class cmOutputConverter
 public:
   cmOutputConverter(cmState::Snapshot snapshot);
 
-  virtual ~cmOutputConverter();
-
   /**
    * Convert something to something else. This is a centralized conversion
    * routine used by the generators to handle relative paths and the like.

-----------------------------------------------------------------------

Summary of changes:
 Source/cmOutputConverter.cxx |    4 ----
 Source/cmOutputConverter.h   |    2 --
 2 files changed, 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list