[Cmake-commits] CMake branch, next, updated. v3.2.2-2281-g6e1ee21

Brad King brad.king at kitware.com
Wed Apr 29 10:55:44 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  6e1ee21ec4a0078c1701379011970e048e3d67f7 (commit)
       via  c33a586b40ad53c2c73eaee4531609b106c4e228 (commit)
      from  120d4a6c3346d1dcbf8349bf58af115c546ab936 (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=6e1ee21ec4a0078c1701379011970e048e3d67f7
commit 6e1ee21ec4a0078c1701379011970e048e3d67f7
Merge: 120d4a6 c33a586
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 29 10:55:43 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 29 10:55:43 2015 -0400

    Merge topic 'simplify-cmDefinitions-Set' into next
    
    c33a586b cmDefinitions: Remove unused include <assert.h>


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c33a586b40ad53c2c73eaee4531609b106c4e228
commit c33a586b40ad53c2c73eaee4531609b106c4e228
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 29 10:55:25 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 29 10:55:25 2015 -0400

    cmDefinitions: Remove unused include <assert.h>

diff --git a/Source/cmDefinitions.cxx b/Source/cmDefinitions.cxx
index 032a96e..d2b37bb 100644
--- a/Source/cmDefinitions.cxx
+++ b/Source/cmDefinitions.cxx
@@ -11,8 +11,6 @@
 ============================================================================*/
 #include "cmDefinitions.h"
 
-#include <assert.h>
-
 //----------------------------------------------------------------------------
 cmDefinitions::Def cmDefinitions::NoDef;
 

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

Summary of changes:
 Source/cmDefinitions.cxx |    2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list