diff options
Diffstat (limited to 'erts/emulator/drivers/win32')
-rwxr-xr-x | erts/emulator/drivers/win32/win_efile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/drivers/win32/win_efile.c b/erts/emulator/drivers/win32/win_efile.c index d0f13437dc..4ec9579529 100755 --- a/erts/emulator/drivers/win32/win_efile.c +++ b/erts/emulator/drivers/win32/win_efile.c @@ -1519,9 +1519,6 @@ efile_altname(Efile_error* errInfo, char* orig_name, char* buffer, size_t size) return 1; } -/* - * XXX: link and symlink Implemented in pu (?), will need conversion - */ int efile_link(Efile_error* errInfo, char* old, char* new) |