mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
perf: batch up calls to the RNG (#3537)
This commit is contained in:
@@ -479,8 +479,6 @@ static void addPeers(tr_torrent const* tor, tr_variant* list)
|
||||
|
||||
static void initField(tr_torrent const* const tor, tr_stat const* const st, tr_variant* const initme, tr_quark key)
|
||||
{
|
||||
char* str = nullptr;
|
||||
|
||||
switch (key)
|
||||
{
|
||||
case TR_KEY_activityDate:
|
||||
|
||||
Reference in New Issue
Block a user