PSPP.xs: Remove unused variables.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Jun 2019 11:27:27 +0000 (13:27 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Jun 2019 11:27:27 +0000 (13:27 +0200)
perl-module/PSPP.xs

index ea2907ffe9b68ca7a69a43291b26a9c57af42ba6..f6655b8ded0dbf8d24266a47c3cf6858e4244822 100644 (file)
@@ -589,7 +589,6 @@ get_value_labels (var)
 CODE:
  HV *labelhash = (HV *) sv_2mortal ((SV *) newHV());
  const struct val_lab *vl;
- struct val_labs_iterator *viter = NULL;
  const struct val_labs *labels = var_get_value_labels (var);
 
  if ( labels )
@@ -752,7 +751,6 @@ struct sysreader_info *
 pxs_open_sysfile (name)
  char * name
 CODE:
- struct casereader *reader;
  struct sysreader_info *sri = NULL;
  struct file_handle *fh =
    fh_create_file (NULL, name, "UTF-8", fh_default_properties () );