Skip to content
  • David Blaikie's avatar
    Remove unnecessary cast that was also unnecessarily casting away constness. · 9c7226b4
    David Blaikie authored
    Even looking at the revision history I couldn't quite piece together why this
    cast was ever written in the first place, but I assume it was because of some
    change in the inheritance, perhaps this function was reimplemented in a
    derived type & this caller was meant to get the base version (& it wasn't
    virtual)?
    
    llvm-svn: 162301
    9c7226b4
Loading