mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove CUrlList
Nowadays most of the loadbalancing is done on the server-side and hence there is only a single datafile URL (and other URLs) inside the boostrap.json. The features of the CUrlList are hence not really used. This is also a step into removing CUrl and using QUrl instead, to avoid maintaining a separate URL class.
This commit is contained in:
@@ -87,8 +87,6 @@
|
||||
{ include: [ "\"fileutils.h\"", "private", "\"blackmisc/fileutils.h\"", "public" ] },
|
||||
{ include: [ "\"network/serverlist.h\"", "private", "\"blackmisc/network/serverlist.h\"", "public" ] },
|
||||
{ include: [ "\"serverlist.h\"", "private", "\"blackmisc/network/serverlist.h\"", "public" ] },
|
||||
{ include: [ "\"network/urllist.h\"", "private", "\"blackmisc/network/urllist.h\"", "public" ] },
|
||||
{ include: [ "\"urllist.h\"", "private", "\"blackmisc/network/urllist.h\"", "public" ] },
|
||||
{ include: [ "\"network/server.h\"", "private", "\"blackmisc/network/server.h\"", "public" ] },
|
||||
{ include: [ "\"server.h\"", "private", "\"blackmisc/network/server.h\"", "public" ] },
|
||||
{ include: [ "\"network/user.h\"", "private", "\"blackmisc/network/user.h\"", "public" ] },
|
||||
|
||||
Reference in New Issue
Block a user