Skip to content

Commit

Permalink
(yegor256#1384) Remove unused ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Sep 19, 2020
1 parent 7925bc6 commit 81580b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/org/cactoos/map/MapOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ public MapOf(final Map<X, Y> src,
);
}

/**
* Ctor.
* @param scalar The scalar for Map.
*/
public MapOf(final Scalar<Map<X, Y>> scalar) {
this(new Unchecked<>(scalar).value().entrySet());
}

/**
* Ctor.
* @param entries List of the entries
Expand Down

0 comments on commit 81580b2

Please sign in to comment.