mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@ -809,8 +809,6 @@ sepgsql_compute_avd(const char *scontext,
|
||||
if (avd_ex.auditdeny & av_code_ex)
|
||||
avd->auditdeny |= av_code;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user