Explorar el Código

mem: removed unused variables

- two old vars not needed anymore after previous commit
Daniel-Constantin Mierla hace 10 años
padre
commit
16bcb9d257
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      mem/f_malloc.c

+ 0 - 2
mem/f_malloc.c

@@ -521,8 +521,6 @@ finish:
  */
 static void fm_join_frag(struct fm_block* qm, struct fm_frag* f)
 {
-	int hash;
-	struct fm_frag *pf;
 	struct fm_frag *n;
 
 	n=FRAG_NEXT(f);