Commit 6d91451a authored by orenb@chromium.org's avatar orenb@chromium.org

Removed dead code in program_manager.cc


BUG=
TEST=
CID=104365
TBR=dmurph@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10828013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148390 0039d316-1c4b-4281-b951-d872f2087c98
parent ef10dd6f
...@@ -83,10 +83,6 @@ bool GetUniformNameSansElement( ...@@ -83,10 +83,6 @@ bool GetUniformNameSansElement(
index = index * 10 + digit; index = index * 10 + digit;
} }
if (index < 0) {
return false;
}
*element_index = index; *element_index = index;
*new_name = name.substr(0, open_pos); *new_name = name.substr(0, open_pos);
return true; return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment