Skip to content

Commit b65d9b8

Browse files
committed
Trivial: Deprecate a compatibility overload of Dub.remove
1 parent 6c5cc13 commit b65d9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/dub/dub.d

+1
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ class Dub {
936936
}
937937

938938
/// Compatibility overload. Use the version without a `force_remove` argument instead.
939+
deprecated("Use the overload without force_remove instead")
939940
void remove(string package_id, string version_, PlacementLocation location, bool force_remove)
940941
{
941942
remove(package_id, version_, location);

0 commit comments

Comments
 (0)