0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd:🆑 Remove build success stub assertion; add stub debuglog.

This commit is contained in:
Jason Volk 2021-09-01 11:28:40 -07:00
parent 120a382398
commit 77d53e6a71

View file

@ -1447,7 +1447,11 @@ void
ircd::cl::build_handle(cl_program program,
void *const priv)
{
ircd::always_assert(false);
log::debug
{
log, "program(%p) :Successfully built.",
(const void *)program,
};
}
void