[2318] Removed function that searches for options using option code.
The index object used to get the range of searched options was local to the function and when returned from it search results were destroyed along with index (Mac, Solaris only). The alternative solution to copy results to another container was not picked due to performance considerations.
Please register or sign in to comment