Skip to content
  • Thomas Haller's avatar
    platform: merge nm_platform_*_delete() delete functions · 7573594a
    Thomas Haller authored and Lubomir Rintel's avatar Lubomir Rintel committed
    It only makes sense to call delete() with NMPObjects that
    we obtained from the platform cache. Otherwise, if we didn't
    get it from the cache in the first place, we wouldn't know
    what to delete.
    
    Hence, the input argument is (almost) always an NMPObject
    in the first place. That is different from add(), where
    we might create a new specific NMPlatform* instance on the
    stack. For add() it makes slightly more sense to have different
    functions depending on the type. For delete(), it doesn't.
    7573594a