Преглед изворни кода

mem: removed unused variables

- two old vars not needed anymore after previous commit
Daniel-Constantin Mierla пре 10 година
родитељ
комит
16bcb9d257
1 измењених фајлова са 0 додато и 2 уклоњено
  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);