This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5497df8  GEODE-5289: removed unused macro and added newline at eof 
(#309)
5497df8 is described below

commit 5497df8f420a83eb17d1ae6a3e0c501a731dd7de
Author: Ivan Godwin <[email protected]>
AuthorDate: Mon Jul 2 14:21:46 2018 -0700

    GEODE-5289: removed unused macro and added newline at eof (#309)
---
 cppcache/integration-test/testPdxMetadataCheckTest.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cppcache/integration-test/testPdxMetadataCheckTest.cpp 
b/cppcache/integration-test/testPdxMetadataCheckTest.cpp
index 6ae9572..09b196a 100644
--- a/cppcache/integration-test/testPdxMetadataCheckTest.cpp
+++ b/cppcache/integration-test/testPdxMetadataCheckTest.cpp
@@ -49,7 +49,6 @@ using namespace PdxTests;
 
 #define CLIENT1 s1p1
 #define CLIENT2 s1p2
-#define CLIENT3 s2p2
 #define LOCATOR s2p2
 #define SERVER1 s2p1
 
@@ -427,4 +426,4 @@ DUNIT_MAIN {
 
   CALL_TASK(CloseLocator)
 }
-END_MAIN
\ No newline at end of file
+END_MAIN

Reply via email to