[libgdamm] Remove useless ServerProviderInfo typedefs



commit 56fbf9c6205cb776f7457c100429fe18417a3c60
Author: Murray Cumming <murraycu google com>
Date:   Sun Jan 19 18:39:37 2020 +0100

    Remove useless ServerProviderInfo typedefs
    
    These were not used, and GdaServerProviderInfo has been removed from
    libgda.

 libgda/src/connection.hg     | 1 -
 libgda/src/serverprovider.hg | 4 ----
 2 files changed, 5 deletions(-)
---
diff --git a/libgda/src/connection.hg b/libgda/src/connection.hg
index 021938b..895ea8e 100644
--- a/libgda/src/connection.hg
+++ b/libgda/src/connection.hg
@@ -41,7 +41,6 @@ namespace Gda
 
 class ServerProvider;
 class MetaStore;
-typedef GdaServerProviderInfo ServerProviderInfo;
 
 /** Exception class for Gda connection errors.
  */
diff --git a/libgda/src/serverprovider.hg b/libgda/src/serverprovider.hg
index 193e8ca..fec2483 100644
--- a/libgda/src/serverprovider.hg
+++ b/libgda/src/serverprovider.hg
@@ -41,10 +41,6 @@ _WRAP_ENUM(ConnectionFeature, GdaConnectionFeature)
 class Connection;
 class SqlParser;
 
-/* TODO: Is this appropriate. Investigate how it is used. */
-typedef GdaServerProviderInfo ServerProviderInfo;
-
-
 /** Base class for all the DBMS providers.
   *
   * The ServerProvider class is an abstract class which all the DBMS providers


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]