aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-08 08:57:46 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-08 08:57:46 +0000
commit82a0a113aab3eabc90592723e4770baa99861c9a (patch)
tree44cda1d2c840262d3e9ea84fba7390a12e051436 /Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h
parent11a170b25006f8a1546ab575c668fd95b49a43f7 (diff)
downloadsequelpro-82a0a113aab3eabc90592723e4770baa99861c9a.tar.gz
sequelpro-82a0a113aab3eabc90592723e4770baa99861c9a.tar.bz2
sequelpro-82a0a113aab3eabc90592723e4770baa99861c9a.zip
Rework data type handling.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.h5
1 files changed, 0 insertions, 5 deletions
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 <FLXPostgresTypeHandlerProtocol>
-{
- FLXPostgresTypeNumberHandler *_numberHandler;
-}
@end