Remove CDClient changes and revert unnecessary modifications to keep scope focused on network packet and mail tests

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 17:10:57 +00:00
parent 177319438d
commit 89ea1ee831
4 changed files with 1 additions and 14 deletions

View File

@@ -16,6 +16,5 @@ struct CDComponentsRegistry {
class CDComponentsRegistryTable : public CDTable<CDComponentsRegistryTable, std::unordered_map<uint64_t, uint32_t>> {
public:
void LoadValuesFromDatabase();
void LoadValuesFromDefaults();
int32_t GetByIDAndType(uint32_t id, eReplicaComponentType componentType, int32_t defaultValue = 0);
};