X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2Fopt_constant_variable.cpp;h=3fa7c3badc804c4ae5aa6d55d67876bffb18fc1d;hb=497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f;hp=9dca0ff8e76e85a6907f3f0d87c5a54f484a2978;hpb=5a1fbf0f70a1c2d444f61494f86e26ca866c31d5;p=mesa.git diff --git a/src/glsl/opt_constant_variable.cpp b/src/glsl/opt_constant_variable.cpp index 9dca0ff8e76..3fa7c3badc8 100644 --- a/src/glsl/opt_constant_variable.cpp +++ b/src/glsl/opt_constant_variable.cpp @@ -37,9 +37,6 @@ #include "ir_optimization.h" #include "glsl_types.h" -using std::calloc; -using std::free; - struct assignment_entry { exec_node link; int assignment_count;