Remove duplicated return statement from llvmjit code.

Andres Freund <andres@anarazel.de>

Commit: 986070872ffaae5d9d0e39eddcc952bc261982a2
Author: Andres Freund <andres@anarazel.de>
Date: 2018-06-27T06:16:50Z
Releases: 11.0
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

Files

PathChange+/−
src/backend/jit/llvm/llvmjit.c modified +0 −1

Discussion