Trivial: Deprecate a compatibility overload of Dub.remove
1 parent 6c5cc13 commit b65d9b86e35a9dffe86e61e52778c1d33ca47145
@Geod24 Geod24 authored on 4 Aug 2022
Mathias LANG committed on 5 Aug 2022
Showing 1 changed file
View
1
■■■■
source/dub/dub.d
});
}
 
/// Compatibility overload. Use the version without a `force_remove` argument instead.
deprecated("Use the overload without force_remove instead")
void remove(string package_id, string version_, PlacementLocation location, bool force_remove)
{
remove(package_id, version_, location);
}