cpp_generator::print_method_impl: simplify void return
commitb554392dcef8b4b048817f50a2fabf3dd27249e6
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 7 Aug 2018 14:22:01 +0000 (7 16:22 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 8 Aug 2018 07:57:51 +0000 (8 09:57 +0200)
treea0233244faffc5f412d729a5fe5e514b5aea67ec
parent880ab77fbf46d435fdee995c2e1c9d937dbccf5e
cpp_generator::print_method_impl: simplify void return

Since isl-0.18-1076-ge52f10ed4 (checked C++ bindings: convert
isl::checked::stat to class, Sat Jun 23 17:20:28 2018 +0200),
isl_stat returns for the checked C++ bindings are handled
by another code path, so there is no longer any need
to explicitly convert the result to void in case of an isl_stat return.
Simply return nothing instead.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
interface/cpp.cc