diff options
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 3875c0a3..1b5d3a1f 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -4355,9 +4355,6 @@ } } - // Query the structure of all databases in the background (mainly for completion) - [NSThread detachNewThreadSelector:@selector(queryDbStructureWithUserInfo:) toTarget:mySQLConnection withObject:nil]; - [self endTask]; [taskPool drain]; } |