Remove deprecated typo poDemon (#19631)

* Remove Deprecated poDemon

* Remove Deprecated poDemon
This commit is contained in:
Juan Carlos
2022-03-23 16:43:58 -03:00
committed by GitHub
parent d7a966c4eb
commit b0bd4320a0
2 changed files with 2 additions and 5 deletions

View File

@@ -48,6 +48,8 @@ becomes an alias for `addr`.
- Removed deprecated ``` httpcore.`==` ```.
- Removed deprecated `std/dom_extensions`.
- Remove deprecated `osproc.poDemon`, symbol with typo.
## Language changes

View File

@@ -70,11 +70,6 @@ type
Process* = ref ProcessObj ## Represents an operating system process.
const poDemon* {.deprecated.} = poDaemon ## Nim versions before 0.20
## used the wrong spelling ("demon").
## Now `ProcessOption` uses the correct spelling ("daemon"),
## and this is needed just for backward compatibility.
proc execProcess*(command: string, workingDir: string = "",
args: openArray[string] = [], env: StringTableRef = nil,