Skip to content
  • Nick Mathewson's avatar
    Don't shadow parameters with local variables · 1d18c2de
    Nick Mathewson authored
    This is a little error-prone when the local has a different type
    from the parameter, and is very error-prone with both have the same
    type.  Let's not do this.
    
    Fixes CID #437,438,439,440,441.
    1d18c2de