572e08e Remove incorrect private variable

Authored and Committed by sgallagh 12 years ago
    Remove incorrect private variable
    
    This caused no ill effects, since it wasn't used in the callback.
    However, it is a layering violation (especially since req is freed
    in the callback)