From 0203888640a4cc47efb3da8e74f3d9460d25ecee Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 10 Jul 2014 20:10:31 +0000
Subject: [PATCH] Port another set of test fixes. Removed unused variables.

---
 opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestDeleteResponseProtocolOp.java |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestDeleteResponseProtocolOp.java b/opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestDeleteResponseProtocolOp.java
index 0f2f6de..1327c09 100644
--- a/opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestDeleteResponseProtocolOp.java
+++ b/opendj3-server-dev/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestDeleteResponseProtocolOp.java
@@ -51,11 +51,6 @@
 public class TestDeleteResponseProtocolOp extends LdapTestCase
 {
   /**
-   * The protocol op type for delete response.
-   */
-  public static final byte OP_TYPE_DELETE_REQUEST = 0x4A;
-
-  /**
    * The protocol op type for delete responses.
    */
   public static final byte OP_TYPE_DELETE_RESPONSE = 0x6B;

--
Gitblit v1.10.0