From patchwork Tue Nov 20 20:26:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 200505 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "aserp1040.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 3A4DD2C007C for ; Wed, 21 Nov 2012 07:26:51 +1100 (EST) Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAKKQmfY017204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 20 Nov 2012 20:26:48 GMT Received: from oss.oracle.com (oss-external.oracle.com [137.254.96.51]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAKKQlTm001049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Nov 2012 20:26:48 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TauP9-0002B9-RN; Tue, 20 Nov 2012 12:26:47 -0800 Received: from ucsinet21.oracle.com ([156.151.31.93]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1TauP0-0002AZ-59 for fedfs-utils-devel@oss.oracle.com; Tue, 20 Nov 2012 12:26:38 -0800 Received: from rcsinet12.oracle.com (rcsinet12.oracle.com [148.87.113.124]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qAKKQbP7019074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Nov 2012 20:26:37 GMT Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by rcsinet12.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qAKKQPew026400 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Tue, 20 Nov 2012 20:26:36 GMT Received: by mail-ie0-f171.google.com with SMTP id 17so3879499iea.2 for ; Tue, 20 Nov 2012 12:26:36 -0800 (PST) Received: by 10.50.16.172 with SMTP id h12mr11417048igd.41.1353443196594; Tue, 20 Nov 2012 12:26:36 -0800 (PST) Received: from seurat.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id wm10sm10250857igc.2.2012.11.20.12.26.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 12:26:32 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Tue, 20 Nov 2012 15:26:31 -0500 Message-ID: <20121120202631.47389.7481.stgit@seurat.1015granger.net> In-Reply-To: <20121120201753.47389.51902.stgit@seurat.1015granger.net> References: <20121120201753.47389.51902.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default reputation=ipRepBelow100 ip=209.85.223.171 ct-class=R5 ct-vol1=0 ct-vol2=9 ct-vol3=8 ct-risk=47 ct-spam1=75 ct-spam2=6 ct-bulk=5 rcpts=1 size=1402 X-MM-CT-Classification: not spam X-MM-CT-RefID: str=0001.0A090209.50ABE77D.0003,ss=1,re=0.000,fgs=0 Subject: [fedfs-utils] [PATCH 1/7] libnsdb: Remove version XML tag macros X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet22.oracle.com [141.146.126.238] Clean up: Remove unused C macros. These should have been removed by commit 1a681ff2 "Remove support MajorVer and MinorVer", Nov 14 15:16:22 2012. Signed-off-by: Chuck Lever --- src/libjunction/nfs.c | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/src/libjunction/nfs.c b/src/libjunction/nfs.c index 8e65b75..d2534c6 100644 --- a/src/libjunction/nfs.c +++ b/src/libjunction/nfs.c @@ -38,7 +38,6 @@ * bar * baz * - * * -1 * * @@ -119,21 +118,6 @@ #define NFS_XML_COMPONENT_TAG (const xmlChar *)"component" /** - * Tag name of version child element of an NFS location element - */ -#define NFS_XML_VERSION_TAG (const xmlChar *)"version" - -/** - * Name of major version attribute of a version element - */ -#define NFS_XML_VERSION_MAJOR_ATTR (const xmlChar *)"major" - -/** - * Name of minor version attribute of a version element - */ -#define NFS_XML_VERSION_MINOR_ATTR (const xmlChar *)"minor" - -/** * Tag name of currency child element of an NFS location element */ #define NFS_XML_CURRENCY_TAG (const xmlChar *)"currency"