@@ -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"
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 <chuck.lever@oracle.com> --- src/libjunction/nfs.c | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-)