Skip to content
  • Ryuta Kamizono's avatar
    fc38ff6e
    Remove unused `DepthFirst` visitor · fc38ff6e
    Ryuta Kamizono authored
    We only use `ToSQL` visitors in the our codebase, do not use
    `DepthFirst` and `Dot` visitors.
    
    The `DepthFirst` visitor (which was introduced at c86c37e5) is used to
    traverse an Arel (partial) ast with depth first.
    
    Is there any worth to keep that undocumented feature with much code and
    test cases.
    
    This removes that unused `DepthFirst` code and test cases.
    fc38ff6e
    Remove unused `DepthFirst` visitor
    Ryuta Kamizono authored
    We only use `ToSQL` visitors in the our codebase, do not use
    `DepthFirst` and `Dot` visitors.
    
    The `DepthFirst` visitor (which was introduced at c86c37e5) is used to
    traverse an Arel (partial) ast with depth first.
    
    Is there any worth to keep that undocumented feature with much code and
    test cases.
    
    This removes that unused `DepthFirst` code and test cases.
Loading