diff OrthancFramework/Sources/SQLite/StatementReference.h @ 4304:50b0c69b653a

continued abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 16:33:52 +0100
parents d25f4c0fa160
children c847b0dfd255
line wrap: on
line diff
--- a/OrthancFramework/Sources/SQLite/StatementReference.h	Fri Nov 06 15:37:30 2020 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementReference.h	Fri Nov 06 16:33:52 2020 +0100
@@ -47,7 +47,6 @@
 #include "SQLiteTypes.h"
 
 #include <stdint.h>
-#include <cassert>
 #include <stdlib.h>
 
 
@@ -76,11 +75,7 @@
 
       uint32_t GetReferenceCount() const;
 
-      struct sqlite3_stmt* GetWrappedObject() const
-      {
-        assert(statement_ != NULL);
-        return statement_;
-      }
+      struct sqlite3_stmt* GetWrappedObject() const;
     };
   }
 }