diff --git a/src/onedrive.d b/src/onedrive.d index 402679f7..0a918e68 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -40,11 +40,6 @@ final class OneDriveApi //http.verbose = verbose; } - ~this() - { - http.shutdown(); - } - void authorize() { import std.stdio, std.regex;