SILOptimizer: comment out some code to avoid warnings
@_specialize is not fully enabled right now, and there is code which
has been preprocessed away. There were some declarations that were left
behind. This removes them to avoid the unused warning/unused
function/unused private member warnings. NFC.