Ticket #1912 (new defect) — at Initial Version
Remove unused free_codepages_list
Reported by: | metux | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
The free_codepages_list() function is only called on termination, where it's unnecessary, since the process will terminate a few cycles later.
(in general, those things aren't necessary on multiprocessing-platforms at all)
Note: See
TracTickets for help on using
tickets.