Changeset 16720


Ignore:
Timestamp:
2008-08-12T14:07:34+12:00 (16 years ago)
Author:
mdewsnip
Message:

Removed some unused variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/abstractlistaction.cpp

    r16712 r16720  
    88bool abstractlistaction::output_content(ostream &output, recptproto *protocol, oaiargs &params)
    99{
    10   text_t from = params["from"];
    11   text_t until = params["until"];
    12   text_t metaFormat = params["metadataPrefix"];
    1310  bool   prevDocSeen;
    1411  ResumptionToken *token = NULL;
     
    9289  if (cinfo.numDocs > 0) {
    9390    int errorCount      = 0; // Count the number of errors found in the given collection
    94     text_t from         = params["from"];
    95     text_t until        = params["until"];
    9691
    9792    for (long i = startDoc; i < cinfo.numDocs; ++i) {
Note: See TracChangeset for help on using the changeset viewer.