refactor: remove unnecessary constructor code (#44825)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
1ef8b47052
commit
3483cd62d7
1 changed files with 0 additions and 10 deletions
|
@ -539,16 +539,6 @@ const void* kElectronApiWebContentsKey = &kElectronApiWebContentsKey;
|
|||
const char kRootName[] = "<root>";
|
||||
|
||||
struct FileSystem {
|
||||
FileSystem() = default;
|
||||
FileSystem(const std::string& type,
|
||||
const std::string& file_system_name,
|
||||
const std::string& root_url,
|
||||
const std::string& file_system_path)
|
||||
: type(type),
|
||||
file_system_name(file_system_name),
|
||||
root_url(root_url),
|
||||
file_system_path(file_system_path) {}
|
||||
|
||||
std::string type;
|
||||
std::string file_system_name;
|
||||
std::string root_url;
|
||||
|
|
Loading…
Reference in a new issue