Skip to content

Commit

Permalink
clean-up: LOG2 not used, hence removed
Browse files Browse the repository at this point in the history
  • Loading branch information
phanecak-maptiler committed Nov 28, 2023
1 parent 6dcd29d commit 612f700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/openmaptiles/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
*/
public class Utils {

private static final double LOG2 = Math.log(2);

public static <T> T coalesce(T a, T b) {
return a != null ? a : b;
}
Expand Down

0 comments on commit 612f700

Please sign in to comment.