Skip to content

Commit

Permalink
removing unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Feb 25, 2011
1 parent cba535a commit 027c663
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pmc/packfilebytecodesegment.pmc
Expand Up @@ -89,11 +89,9 @@ Return a pointer to a PackFile_ByteCode* built from this PMC's data.
*/

VTABLE void *get_pointer() {
INTVAL op_count, lib_count;
INTVAL op_count;
size_t i;

STRING *oplib_name = CONST_STRING(INTERP, "oplib_name");
STRING *lib_ops = CONST_STRING(INTERP, "lib_ops");
PMC *ops, *op_map;

PackFile_ByteCode_OpMapping * mapping;
Expand Down Expand Up @@ -152,7 +150,6 @@ an op and the remaining PMCs being Integers.
Parrot_PackfileBytecodeSegment_attributes *attrs =
PMC_data_typed(SELF, Parrot_PackfileBytecodeSegment_attributes*);

STRING *op_name;
INTVAL i, op_num, arr_size;

if (!VTABLE_does(INTERP, p, CONST_STRING(INTERP, "array"))) {
Expand Down

0 comments on commit 027c663

Please sign in to comment.