revert
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright <2018-2023> <scott.e.graves@protonmail.com>
|
||||
Copyright <2018-2024> <scott.e.graves@protonmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -143,9 +143,10 @@ public:
|
||||
|
||||
void shutdown() { ::GenerateConsoleCtrlEvent(CTRL_C_EVENT, 0); }
|
||||
|
||||
static void display_options(int argc, char *argv[]) {}
|
||||
static void display_options(int /* argc */, char * /* argv[] */) {}
|
||||
|
||||
static void display_version_information(int argc, char *argv[]) {}
|
||||
static void display_version_information(int /* argc */, char * /* argv[] */) {
|
||||
}
|
||||
};
|
||||
} // namespace remote_winfsp
|
||||
} // namespace repertory
|
||||
|
Reference in New Issue
Block a user