MIOpen
MIOpen copied to clipboard
Remove unused GetCached option from SQLiteBase to prevent unsafe usage
Since this is declared on the SQLiteDB base, the GetCached method is currently unused. Due to returning a & to the map find, and also since SQLiteDB connections cannot be shared across threads, this could result in unsafe access across threads if it was used.
Removing it for now to prevent accidental usage.