clean up nimfix leftover (#22087)

This commit is contained in:
ringabout
2023-06-13 16:34:16 +08:00
committed by GitHub
parent db8f6f4e38
commit 5679f2b84c

View File

@@ -822,9 +822,6 @@ type
locOther # location is something other
TLocFlag* = enum
lfIndirect, # backend introduced a pointer
lfFullExternalName, # only used when 'conf.cmd == cmdNimfix': Indicates
# that the symbol has been imported via 'importc: "fullname"' and
# no format string.
lfNoDeepCopy, # no need for a deep copy
lfNoDecl, # do not declare it in C
lfDynamicLib, # link symbol to dynamic library