Cleanup from unused code.

This commit is contained in:
Sorgelig
2023-08-17 00:05:44 +08:00
parent 97472bc5e9
commit 61611e0b55
10 changed files with 8 additions and 832 deletions

View File

@@ -514,7 +514,6 @@ static void gcdb_cache_controller_map(uint16_t bustype, uint16_t vid, uint16_t p
last_db_idx = (last_db_idx +1) % MAX_GCDB_ENTRIES;
}
bool gcdb_map_for_controller(uint16_t bustype, uint16_t vid, uint16_t pid, uint16_t version, int dev_fd, uint32_t *fill_map)
{
PROFILE_FUNCTION();
@@ -546,12 +545,3 @@ bool gcdb_map_for_controller(uint16_t bustype, uint16_t vid, uint16_t pid, uint1
}
return false;
}