You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/01/25 12:55:52 UTC

[50/50] ignite git commit: IGNITE-1786: Review.

IGNITE-1786: Review.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1138cf8c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1138cf8c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1138cf8c

Branch: refs/heads/ignite-1786
Commit: 1138cf8c7d4d081b58a5993934099d07c096dd07
Parents: 12835b4
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Jan 25 14:52:56 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Jan 25 14:52:56 2016 +0300

----------------------------------------------------------------------
 .../include/ignite/impl/interop/interop_stream_position_guard.h     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1138cf8c/modules/platforms/cpp/binary/include/ignite/impl/interop/interop_stream_position_guard.h
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/binary/include/ignite/impl/interop/interop_stream_position_guard.h b/modules/platforms/cpp/binary/include/ignite/impl/interop/interop_stream_position_guard.h
index a1c6e8a..92b835f 100644
--- a/modules/platforms/cpp/binary/include/ignite/impl/interop/interop_stream_position_guard.h
+++ b/modules/platforms/cpp/binary/include/ignite/impl/interop/interop_stream_position_guard.h
@@ -18,7 +18,6 @@
 #ifndef _IGNITE_IMPL_INTEROP_STREAM_POSITION_GUARD
 #define _IGNITE_IMPL_INTEROP_OUTPUT_POSITION_GUARD
 
-/// TODO: Consider replacing NULL with 0 and removing header.
 #include <cstddef>
 
 #include "ignite/impl/interop/interop_memory.h"