commit | c54bf507cdd389d91fb3379e463b1e41b248fe62 | [log] [tgz] |
---|---|---|
author | alokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Thu Jul 22 16:49:09 2010 +0000 |
committer | alokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Thu Jul 22 16:49:09 2010 +0000 |
tree | 2dcdb07db6f33bf2b9056fe9f0ed89ab2987d724 | |
parent | 774d70630a690b2449afdccfb29612393c65f212 [diff] [blame] |
Further cleanup of ShaderLang.h. Removed redundant/unused macros and enum fields. Review URL: http://codereview.appspot.com/1842046 git-svn-id: https://angleproject.googlecode.com/svn/trunk@349 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/ShaderLang.cpp b/src/compiler/ShaderLang.cpp index 57dddf5..9e33a9d 100644 --- a/src/compiler/ShaderLang.cpp +++ b/src/compiler/ShaderLang.cpp
@@ -105,7 +105,7 @@ // // Cleanup symbol tables // -int __fastcall ShFinalize() +int ShFinalize() { if (PerProcessGPA) { PerProcessGPA->popAll();