Commit 935a7edd authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

Revert "acct_gather_profile/influxdb - detect out of memory on callback realloc."

This reverts commit 33596bc782f254ae56ab0f61fd736308b6980edf.

slurm_xrealloc will internally do this on new size allocation error:

log_oom(file, line, func);
abort();

so no need to manually handle it.

Bug 2693.
parent e521c500
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment