summaryrefslogtreecommitdiff
path: root/ADBC/adbc/Query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ADBC/adbc/Query.cpp')
-rw-r--r--ADBC/adbc/Query.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/ADBC/adbc/Query.cpp b/ADBC/adbc/Query.cpp
deleted file mode 100644
index 41c0be8f887..00000000000
--- a/ADBC/adbc/Query.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#include "Query.h"
-
-#if !defined (__ADBC_INLINE__)
-#include "Query.inl"
-#endif
-
-namespace ADBC
-{
-//
-// destroy
-//
-void Query::destroy (void)
-{
- delete this;
-}
-}