Remove port manager and range parser

That code is no longer needed since both cdc_stream and cdc_rsync use
ephemeral ports assigned by the OS now.
This commit is contained in:
Lutz Justen
2023-02-10 14:26:06 +01:00
parent 370023a944
commit 12a98d2326
18 changed files with 2 additions and 1030 deletions
-1
View File
@@ -20,7 +20,6 @@
#include "common/path.h"
#include "common/path_filter.h"
#include "common/platform.h"
#include "common/port_manager.h"
#include "common/process.h"
#include "common/server_socket.h"
#include "common/util.h"