summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xviews.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xviews.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xviews.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xviews.cxx b/connectivity/source/drivers/postgresql/pq_xviews.cxx
index 2e97f17afd5d..0e471bcc989c 100644
--- a/connectivity/source/drivers/postgresql/pq_xviews.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xviews.cxx
@@ -230,12 +230,6 @@ Reference< css::container::XNameAccess > Views::create(
return ret;
}
-void Views::disposing()
-{
- Container::disposing();
-}
-
-
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */