summary refs log tree commit diff stats
path: root/lib/deprecated
diff options
context:
space:
mode:
authorNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-13 12:45:47 +0530
committerNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-13 12:45:47 +0530
commitabcf4d8b5dd4988c952a232d4a610d0491ff79ff (patch)
tree345ba3e39592bf2335ce59c00fd0a3e4c0140cbb /lib/deprecated
parent1f1d7b1088fd258a4ce659a3c942290a3c6b3a85 (diff)
downloadNim-abcf4d8b5dd4988c952a232d4a610d0491ff79ff.tar.gz
Fix ftpclient.nim
Diffstat (limited to 'lib/deprecated')
-rw-r--r--lib/deprecated/pure/ftpclient.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/deprecated/pure/ftpclient.nim b/lib/deprecated/pure/ftpclient.nim
index d70f9556a..206c21f27 100644
--- a/lib/deprecated/pure/ftpclient.nim
+++ b/lib/deprecated/pure/ftpclient.nim
@@ -81,7 +81,6 @@ type
       oneSecond: BiggestInt # Bytes transferred in one second.
       lastProgressReport: float # Time
       toStore: string # Data left to upload (Only used with async)
-    else: nil
 
   FtpClientObj* = FtpBaseObj[Socket]
   FtpClient* = ref FtpClientObj