rm deprecated pre-Nim 1.6 shims (#218)

This commit is contained in:
tersec 2024-06-10 00:31:18 +00:00 committed by GitHub
parent 5284cce92e
commit 72aab089a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
{.deprecated: "use std/atomics".}
import std/concurrency/atomics
export atomics

View File

@ -1,3 +0,0 @@
{.deprecated: "use std/enumutils".}
import std/enumutils
export enumutils

View File

@ -1 +0,0 @@
{.deprecated: "Nim 1.4 and newer support FooDefect directly".}

View File

@ -1,3 +0,0 @@
{.deprecated: "use std/typetraits".}
import std/typetraits
export typetraits