Skip functions without sideeffects alltogether.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 13 Apr 2012 12:57:23 +0000 (13:57 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 13 Apr 2012 12:57:23 +0000 (13:57 +0100)
commitdd27f9fbd8192ac3ddfce1267634e8ed455cf434
tree0401f6bbc36e752730bab3f7b206595b2681cb34
parent927bd279dd821958530749aa63d560be314b309e
Skip functions without sideeffects alltogether.

Function body of functions with no sideeffects is no longer necessary,
now that glReadPixels is considered to have sideeffects.
retrace.py