mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Drop redundant return statements
This commit is contained in:

committed by
cgzones

parent
6db2d52261
commit
7ae967a04b
@ -506,7 +506,6 @@ static void LinuxProcessList_readOpenVZData(LinuxProcess* process, const char* d
|
||||
"%*32u %*32u %32u %32u",
|
||||
&process->vpid, &process->ctid);
|
||||
fclose(file);
|
||||
return;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user