Remove empty constructors and destructors from core/
This commit is contained in:
@@ -197,7 +197,6 @@ public:
|
||||
virtual void set_http_proxy(const String &p_host, int p_port);
|
||||
virtual void set_https_proxy(const String &p_host, int p_port);
|
||||
|
||||
HTTPClient() {}
|
||||
virtual ~HTTPClient() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user