Remove commented-out code in jv-lang.c
[binutils-gdb.git] / gdb / auxv.c
index cf2dc7d695f8274d50c11e7a6e5ec45260ce90da..8e9e93929c8cbff7b79eb13840c8ad757bf1db42 100644 (file)
@@ -258,7 +258,6 @@ target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp)
   gdb_byte *data;
   LONGEST n = target_read_alloc (ops, TARGET_OBJECT_AUXV, NULL, &data);
   gdb_byte *ptr = data;
-  int ents = 0;
 
   if (n <= 0)
     return n;