diff options
Diffstat (limited to 'pcilib/register.h')
-rw-r--r-- | pcilib/register.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcilib/register.h b/pcilib/register.h index fc13e6a..61eef84 100644 --- a/pcilib/register.h +++ b/pcilib/register.h @@ -40,7 +40,6 @@ typedef struct { const char *name; /**< The access name of the register */ const char *description; /**< Brief description of the register */ - /* use it or not? */ /*xmlNodePtr xmlNode;*/ /**<pointer to the corresponding node in the xml file*/ } pcilib_register_description_t; |