summaryrefslogtreecommitdiff
path: root/src/dal/recordset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dal/recordset.h')
-rw-r--r--src/dal/recordset.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dal/recordset.h b/src/dal/recordset.h
index 3abef8ee..80c2e68f 100644
--- a/src/dal/recordset.h
+++ b/src/dal/recordset.h
@@ -44,15 +44,9 @@ typedef std::vector<std::string> Row;
class RecordSet
{
public:
- /**
- * Default constructor.
- */
RecordSet()
throw();
- /**
- * Destructor.
- */
~RecordSet()
throw();