* src/vm/jit/x86_64/emit.c (emit_replacement_stubs): Removed unused
authortwisti <none@none>
Tue, 3 Apr 2007 11:37:30 +0000 (11:37 +0000)
committertwisti <none@none>
Tue, 3 Apr 2007 11:37:30 +0000 (11:37 +0000)
variable disp.

src/vm/jit/x86_64/emit.c

index 70e52f9a7d9ef8cfc75a2a7caff861e3597e3208..1cfebca4e3b382fa16c83b14e32d717718974280 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: emit.c 7596 2007-03-28 21:05:53Z twisti $
+   $Id: emit.c 7644 2007-04-03 11:37:30Z twisti $
 
 */
 
@@ -508,7 +508,6 @@ void emit_replacement_stubs(jitdata *jd)
        codegendata *cd;
        codeinfo    *code;
        rplpoint    *rplp;
-       s4           disp;
        s4           i;
 #if !defined(NDEBUG)
        u1          *savedmcodeptr;