Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / powerpc / math-emu / fadd.c
index 04d3b4aa32cedb9ab75801aaa6b21a5019118a98..0158a16e2b826b7597563dd56c7a12c63c5c4ee7 100644 (file)
@@ -13,7 +13,6 @@ fadd(void *frD, void *frA, void *frB)
        FP_DECL_D(B);
        FP_DECL_D(R);
        FP_DECL_EX;
-       int ret = 0;
 
 #ifdef DEBUG
        printk("%s: %p %p %p\n", __func__, frD, frA, frB);
This page took 0.024364 seconds and 5 git commands to generate.