Skip to content
Snippets Groups Projects
Commit e5fde679 authored by Morris Jette's avatar Morris Jette
Browse files

Remove vestigial xassert

parent 1b02b5a1
No related branches found
No related tags found
No related merge requests found
...@@ -274,8 +274,6 @@ extern int get_select_jobinfo(select_jobinfo_t *jobinfo, ...@@ -274,8 +274,6 @@ extern int get_select_jobinfo(select_jobinfo_t *jobinfo,
bg_record_t **bg_record = (bg_record_t **) data; bg_record_t **bg_record = (bg_record_t **) data;
char **tmp_char = (char **) data; char **tmp_char = (char **) data;
xassert(jobinfo);
if (!jobinfo) { if (!jobinfo) {
if (data_type == SELECT_JOBDATA_CLEANING) { if (data_type == SELECT_JOBDATA_CLEANING) {
debug2("get_select_jobinfo: jobinfo is NULL"); debug2("get_select_jobinfo: jobinfo is NULL");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment