From 1807c1e900c30f574fb2054524cc801c64119986 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 04 Jun 2007 12:34:57 +0000
Subject: [PATCH] We don't really need to keep reference to the verboseArg and the argParser

---
 opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java b/opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java
index a2cd9d5..fef06f7 100644
--- a/opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java
+++ b/opends/src/ads/org/opends/admin/ads/DsServiceCliAds.java
@@ -44,17 +44,6 @@
  */
 public class DsServiceCliAds implements DsServiceCliSubCommandGroup
 {
-
-  /**
-   * The subcommand Parser.
-   */
-  SubCommandArgumentParser argParser ;
-
-  /**
-   * The verbose argument.
-   */
-  BooleanArgument verboseArg ;
-
   /**
    * The enumeration containing the different subCommand names.
    */
@@ -121,9 +110,6 @@
       BooleanArgument verboseArg)
       throws ArgumentException
   {
-    this.argParser = argParser ;
-    this.verboseArg = verboseArg ;
-
     // Create-ads subcommand
     createAdsSubCmd = new SubCommand(argParser, SubCommandNameEnum.CREATE_ADS
         .toString(), true, 1, 1, OPERAND_BACKEND,

--
Gitblit v1.10.0