diff options
Diffstat (limited to 'lib/system/ansi_c.nim')
-rwxr-xr-x | lib/system/ansi_c.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/ansi_c.nim b/lib/system/ansi_c.nim index 9722e1396..e328f7099 100755 --- a/lib/system/ansi_c.nim +++ b/lib/system/ansi_c.nim @@ -103,4 +103,3 @@ proc c_getenv(env: CString): CString {.importc: "getenv", noDecl.} proc c_putenv(env: CString): cint {.importc: "putenv", noDecl.} {.pop} - |