~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/backup_ms.cc

  • Committer: Mark Atwood
  • Date: 2011-08-01 05:24:13 UTC
  • Revision ID: me@mark.atwood.name-20110801052413-npxsuwc2g5g68fut
Tags: 2011.08.23
remove superfluous src_repo_id from plugin/pbms/src/backup_ms.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
                
491
491
                new_(head, CSStringBuffer(100));
492
492
                push_(head);
493
 
                (void)src_repo_id;
494
493
 
495
494
                src_repo = (MSRepository*)bu_BackupList->get(0);
496
495
                while (src_repo && !myMustQuit) {