mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 17:52:48 -05:00
Sync changes.
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
|
||||
|
||||
#include "base/kernel/Process.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
static size_t location(xmrig::Process::Location location, char *buf, size_t max)
|
||||
@@ -52,8 +51,6 @@ xmrig::Process::Process(int argc, char **argv) :
|
||||
m_arguments(argc, argv)
|
||||
{
|
||||
srand(static_cast<unsigned int>(static_cast<uintptr_t>(time(nullptr)) ^ reinterpret_cast<uintptr_t>(this)));
|
||||
|
||||
uv_set_process_title(APP_DESC " " APP_VERSION);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user