Skip to content

Commit 9d90f87

Browse files
authored
Remove unused library alias: __ctime_r (#14699)
Found when auditing untested library functions. This was added as part of #12043 but unlike the other aliases musl does not use `__ctime_r` anywhere so this alias is completely unused.
1 parent a83034a commit 9d90f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/library.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ LibraryManager.library = {
698698
stackRestore(stack);
699699
return rv;
700700
},
701-
__ctime_r: 'ctime_r',
702701

703702
dysize: function(year) {
704703
var leap = ((year % 4 == 0) && ((year % 100 != 0) || (year % 400 == 0)));

0 commit comments

Comments
 (0)