492172e6c9
This variable was intended to help the compilers produce efficient code by avoiding a duplicate memory read. As it turned out, GCC 5.5 doesn't need this help, and probably newer compilers don't need it either. Well done, GCC, keeping track of the memory locations even if the pointer to it changes in the middle.