From 82a0a113aab3eabc90592723e4770baa99861c9a Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 8 Sep 2012 08:57:46 +0000 Subject: Rework data type handling. --- Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h index b83eba76..4b148bbc 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h @@ -20,13 +20,8 @@ // License for the specific language governing permissions and limitations under // the License. -@class FLXPostgresTypeNumberHandler; - #import "FLXPostgresTypeHandler.h" @interface FLXPostgresTypeDateTimeHandler : FLXPostgresTypeHandler -{ - FLXPostgresTypeNumberHandler *_numberHandler; -} @end -- cgit v1.2.3