diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-13 14:25:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-13 14:25:58 +0200 |
commit | c8720ee6ecfc653ad024b8e99d2a0dff95db9de8 (patch) | |
tree | 83754e5a393ef84ac0af232e41890e9ff9456778 /connectivity | |
parent | fb7793ea70a2e2d0f6439c9222d2c92cf5d04687 (diff) |
Remove useless comments (one was even wrong)
Change-Id: I4ef60e11878676b8276f85811e811908242ab1b2
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/ado/Awrapadox.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx index 713dc8005e1a..4e6977001a66 100644 --- a/connectivity/source/inc/ado/Awrapadox.hxx +++ b/connectivity/source/inc/ado/Awrapadox.hxx @@ -25,32 +25,32 @@ #ifndef __User_FWD_DEFINED__ #define __User_FWD_DEFINED__ typedef struct _ADOUser User; -#endif /* __User_FWD_DEFINED__ */ +#endif #ifndef __Group_FWD_DEFINED__ #define __Group_FWD_DEFINED__ typedef struct _ADOGroup Group; -#endif /* __Group_FWD_DEFINED__ */ +#endif #ifndef __Column_FWD_DEFINED__ #define __Column_FWD_DEFINED__ typedef struct _ADOColumn Column; -#endif /* __Column_FWD_DEFINED__ */ +#endif #ifndef __Index_FWD_DEFINED__ #define __Index_FWD_DEFINED__ typedef struct _ADOIndex Index; -#endif /* __cplusplus */ +#endif #ifndef __Key_FWD_DEFINED__ #define __Key_FWD_DEFINED__ typedef struct _ADOKey Key; -#endif /* __Key_FWD_DEFINED__ */ +#endif #ifndef __Table_FWD_DEFINED__ #define __Table_FWD_DEFINED__ typedef struct _ADOTable Table; -#endif /* __Table_FWD_DEFINED__ */ +#endif #include "ado_pre_sys_include.h" |