nir/glsl: Remove dead function parameter handling code
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 Feb 2016 18:50:56 +0000 (10:50 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 12 Mar 2016 23:48:36 +0000 (15:48 -0800)
commit41ae553fdae5d0ff687733c45b6151a45759b2fd
treeb3796cd46fc0c90e24d31892da133f6812a3448a
parent6cf120ec77fbac6fc91555724c81311c416bbc13
nir/glsl: Remove dead function parameter handling code

NIR has never been used on IR where we haven't already done function
inlining so this code has been dead from the beginning.  Let's just get rid
of it for now.  We can always put it back in if we decide to use NIR for
function inlining at some point in the future.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/nir/glsl_to_nir.cpp