Skip to content

Commit

Permalink
Remove unneeded warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwa committed Sep 17, 2023
1 parent 0945b59 commit 6d2853e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Everything/Memory/BitSet.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Foundation

// @available(*, deprecated, message: "Work in progress. Code not fully tested or implemented yet.")
public struct BitSet {
public private(set) var count: Int

Expand Down

0 comments on commit 6d2853e

Please sign in to comment.