[Openmp-commits] [PATCH] D55486: [openmp] [runtime] Remove wrong assertion about /proc/1 being first file
Michał Górny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Dec 9 03:53:28 PST 2018
mgorny marked an inline comment as done.
mgorny added inline comments.
================
Comment at: runtime/src/z_Linux_util.cpp:2088
- int total_processes = 0; // Total number of processes in system.
int total_threads = 0; // Total number of threads in system.
----------------
BTW this one doesn't seem to be used either. If you agree, I can send a separate change removing it as well.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55486/new/
https://reviews.llvm.org/D55486
More information about the Openmp-commits
mailing list