diff options
author | Brian Paul <[email protected]> | 2010-10-12 18:37:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-10-12 19:04:05 -0600 |
commit | 50f221a01b45cc1e00ed3462b8084d5b6a8a46aa (patch) | |
tree | 329cd049327528e9b3dcf929390065ac44e8071b | |
parent | c1549729ce5243fb7fec7b589278656b8b1ab4fb (diff) |
gallivm: remove newlines
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_arit.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |