Fix bug Remove duplicate function definitions (#2033)

* delete

* delete log
This commit is contained in:
skiffer-git
2024-03-08 17:09:19 +08:00
committed by GitHub
parent b9cf40034c
commit 057884311a
-4
View File
@@ -1795,10 +1795,6 @@ openim::util::stop_services_on_ports() {
return 0
fi
}
# nc -l -p 12345
# nc -l -p 123456
# ps -ef | grep "nc -l"
# openim::util::stop_services_on_ports 1234 12345
# The `openim::util::stop_services_with_name` function stops services with specified names.