removed useless destructor

This commit is contained in:
skilion 2015-09-22 10:56:14 +02:00
parent e3f6712df6
commit 21993b36ee

View file

@ -40,11 +40,6 @@ final class OneDriveApi
//http.verbose = verbose;
}
~this()
{
http.shutdown();
}
void authorize()
{
import std.stdio, std.regex;