You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2015/10/26 19:52:32 UTC

[2/2] incubator-geode git commit: remove unused local var accidently added to unit test

remove unused local var accidently added to unit test


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7b987980
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7b987980
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/7b987980

Branch: refs/heads/feature/GEODE-409
Commit: 7b987980c340b2fc79fc90e5c06f0f1cf66db8e9
Parents: a0beefb
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Mon Oct 26 11:51:47 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Mon Oct 26 11:51:47 2015 -0700

----------------------------------------------------------------------
 .../gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7b987980/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
index 2eb6301..949f1ac 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java
@@ -4093,7 +4093,6 @@ protected static class ClientListener extends CacheListenerAdapter {
         ExpiryTask.suspendExpiration();
         Region.Entry entry = null;
         long tilt;
-        EntryExpiryTask eet;
         try {
           r.put("key", "value");
           LocalRegion lr = (LocalRegion) r;