From: Brian Paul Date: Wed, 13 Oct 2010 00:37:30 +0000 (-0600) Subject: gallivm: remove newlines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50f221a01b45cc1e00ed3462b8084d5b6a8a46aa;p=mesa.git gallivm: remove newlines --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.c b/src/gallium/auxiliary/gallivm/lp_bld_arit.c index 2c049d02934..00f419a486d 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_arit.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.c @@ -1423,8 +1423,6 @@ lp_build_ifloor_fract(struct lp_build_context *bld, LLVMValueRef *out_ipart, LLVMValueRef *out_fpart) { - - const struct lp_type type = bld->type; LLVMValueRef ipart;