Skip to content

Commit cb49116

Browse files
committed
refactor: removed unneeded code
FossilOrigin-Name: 8d02a57ab9ec4232967dae043a766590bd49e47d66b81fc7740b47ae6a1abfa6
1 parent 24721cb commit cb49116

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/types.nim

-10
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,6 @@ type
183183

184184
# Procedures related to Path type
185185

186-
proc `$`*(path: Path): string {.sideEffect, raises: [], tags: [],
187-
contractual.} =
188-
## Convert Path type to string.
189-
##
190-
## * path - the path variable which will be converted to string
191-
##
192-
## The parameter path converted to a string
193-
body:
194-
return path.string
195-
196186
proc len*(path: Path): Natural {.sideEffect, raises: [], tags: [],
197187
contractual.} =
198188
## Get the length of the path variable

0 commit comments

Comments
 (0)