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 <[email protected]> --- 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 @@ * <component>bar</component> * <component>baz</component> * </path> - * <version major="4" minor="0" /> * <currency>-1</currency> * <genflags writable="false" going="false" split="true" /> * <transflags rdma="true" /> @@ -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" _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
