aboutsummaryrefslogtreecommitdiff
path: root/src/corba/pgsql_int.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/corba/pgsql_int.idl')
-rw-r--r--src/corba/pgsql_int.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corba/pgsql_int.idl b/src/corba/pgsql_int.idl
deleted file mode 100644
index 8cfebc0ab4b..00000000000
--- a/src/corba/pgsql_int.idl
+++ /dev/null
@@ -1,7 +0,0 @@
-// Internal interfaces
-
-#include "pgsql.idl"
-
-module PostgreSQL {
- interface QueryResult : CosQueryCollection::Collection, Expirable {};
-};