From 0dbbaf4fd4c9284d0a8e8b73a51d6998a5b92193 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 11 Apr 2005 18:35:10 +0000 Subject: [PATCH] minor cleanups git-svn-id: http://svn.opengroupware.org/SOPE/trunk@721 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/SQLite3/ChangeLog | 4 ++++ sope-gdl1/SQLite3/SQLiteAdaptor.m | 12 ++++++------ sope-gdl1/SQLite3/SQLiteChannel.h | 10 ---------- sope-gdl1/SQLite3/Version | 2 +- 4 files changed, 11 insertions(+), 17 deletions(-) diff --git a/sope-gdl1/SQLite3/ChangeLog b/sope-gdl1/SQLite3/ChangeLog index 9bd11fa8..8e3310f0 100644 --- a/sope-gdl1/SQLite3/ChangeLog +++ b/sope-gdl1/SQLite3/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 Helge Hess + + * SQLiteChannel.h, SQLiteAdaptor.m: removed unused ivars (v4.5.15) + 2005-02-24 Helge Hess * NSString+SQLiteVal.m, NSCalendarDate+SQLiteVal.m: improved SQL value diff --git a/sope-gdl1/SQLite3/SQLiteAdaptor.m b/sope-gdl1/SQLite3/SQLiteAdaptor.m index fee187dd..21a5a18d 100644 --- a/sope-gdl1/SQLite3/SQLiteAdaptor.m +++ b/sope-gdl1/SQLite3/SQLiteAdaptor.m @@ -23,12 +23,12 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#import "common.h" -#import "SQLiteAdaptor.h" -#import "SQLiteContext.h" -#import "SQLiteChannel.h" -#import "SQLiteExpression.h" -#import "SQLiteValues.h" +#include "SQLiteAdaptor.h" +#include "SQLiteContext.h" +#include "SQLiteChannel.h" +#include "SQLiteExpression.h" +#include "SQLiteValues.h" +#include "common.h" @implementation SQLiteAdaptor diff --git a/sope-gdl1/SQLite3/SQLiteChannel.h b/sope-gdl1/SQLite3/SQLiteChannel.h index 030956fc..c2ba56bc 100644 --- a/sope-gdl1/SQLite3/SQLiteChannel.h +++ b/sope-gdl1/SQLite3/SQLiteChannel.h @@ -27,7 +27,6 @@ #define ___SQLite_Channel_H___ #import -#include @class NSArray, NSString, NSMutableDictionary; @@ -42,15 +41,6 @@ BOOL isDone; void *results; -#if 0 - int tupleCount; - int fieldCount; - BOOL containsBinaryData; - NSString *cmdStatus; - NSString *cmdTuples; - NSString *oidStatus; - int currentTuple; -#endif // turns on/off channel debugging BOOL isDebuggingEnabled; diff --git a/sope-gdl1/SQLite3/Version b/sope-gdl1/SQLite3/Version index f61be538..cb19d00e 100644 --- a/sope-gdl1/SQLite3/Version +++ b/sope-gdl1/SQLite3/Version @@ -1,3 +1,3 @@ # Version file -SUBMINOR_VERSION:=14 +SUBMINOR_VERSION:=15 -- 2.39.5