diff options
Diffstat (limited to 'Source/SPSQLExporter.m')
-rw-r--r-- | Source/SPSQLExporter.m | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/SPSQLExporter.m b/Source/SPSQLExporter.m index 73f4ab56..39653abc 100644 --- a/Source/SPSQLExporter.m +++ b/Source/SPSQLExporter.m @@ -27,20 +27,4 @@ @implementation SPSQLExporter -/** - * Start the SQL export process. - */ -- (BOOL)startExportProcess -{ - return YES; -} - -/** - * Stop the SQL export process by killing the export thread and cleaning up if its running. - */ -- (BOOL)stopExportProcess -{ - return YES; -} - @end |