]> granicus.if.org Git - postgresql/commit
Remove duplicated return statement from llvmjit code.
authorAndres Freund <andres@anarazel.de>
Wed, 27 Jun 2018 06:16:50 +0000 (23:16 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 27 Jun 2018 06:16:50 +0000 (23:16 -0700)
commit986070872ffaae5d9d0e39eddcc952bc261982a2
tree11c48eed6c97f0dad6f5c2521d4324771ad714e2
parent0fcf5e0e6e7a353f862504da0a321f148ad2de03
Remove duplicated return statement from llvmjit code.

The duplicated return clearly doesn't make sense / isn't
reachable. Likely introduced by me (Andres), while revising the code.

Author: Rushabh Lathia
Discussion: https://postgr.es/m/CAGPqQf2raxWOcbuTP36M1rEF3=Rfo7oD29K3psdyHMeE5swBRg@mail.gmail.com
src/backend/jit/llvm/llvmjit.c