diff options
-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 c7ab7105..76707b2d 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -627,9 +627,6 @@ - (void) setConnection:(MCPConnection *)theConnection { - MCPResult *theResult; - id version; - _isConnected = YES; mySQLConnection = [theConnection retain]; |