fixed win build (#1655)

This commit is contained in:
Alex Sharov 2021-04-02 08:30:09 +07:00 committed by GitHub
parent 93dd4cd220
commit 7b7c341602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,5 @@ func getRUsage(p *process.Process) (inBlock, outBlocks, nvcsw, nivcsw int64) {
// getProcessCPUTime retrieves the process' CPU time since program startup.
func getProcessCPUTime() int64 {
0
return 0
}