Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    c5e023c5
    Remove unused methods based on unsave casts · c5e023c5
    Carsten Gräser authored
    These constructors and assignments from base class are
    all using a downcast which may result in undefined behaviour.
    Since this is potentially dangerous and not used anywhere
    in the core modules, this patch removes those methods.
    c5e023c5
    History
    Remove unused methods based on unsave casts
    Carsten Gräser authored
    These constructors and assignments from base class are
    all using a downcast which may result in undefined behaviour.
    Since this is potentially dangerous and not used anywhere
    in the core modules, this patch removes those methods.