Removed unused getter
This commit is contained in:
Родитель
30fa88d7c8
Коммит
082cf5375f
|
@ -81,10 +81,6 @@ namespace azure { namespace storage_lite {
|
|||
|
||||
void sign_request(const storage_request_base &, http_base &, const storage_url &, const storage_headers &) const override;
|
||||
|
||||
const std::string &token() const {
|
||||
return m_token;
|
||||
}
|
||||
|
||||
void set_token(const std::string& token);
|
||||
|
||||
private:
|
||||
|
|
Загрузка…
Ссылка в новой задаче