diff options
Diffstat (limited to 'cmds/dumpstate/dumpstate.h')
| -rw-r--r-- | cmds/dumpstate/dumpstate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/dumpstate/dumpstate.h b/cmds/dumpstate/dumpstate.h index 1b28c49640..0b6aaab7ac 100644 --- a/cmds/dumpstate/dumpstate.h +++ b/cmds/dumpstate/dumpstate.h @@ -145,9 +145,6 @@ void send_broadcast(const std::string& action, const std::vector<std::string>& a /* updates the overall progress of dumpstate by the given weight increment */ void update_progress(int weight); -/* prints all the system properties */ -void print_properties(); - /** opens a socket and returns its file descriptor */ int open_socket(const char *service); |