clean up the code! (oops) lots more cleaning left, however.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duraid Madina 2005-04-26 08:43:47 +00:00
parent 20754ac069
commit 3b84bac3ef

View File

@ -668,28 +668,6 @@ unsigned lefevre(const std::string inString,
t.replace(i, 1, "0");
}
/* and now for something completely different:
//\\\\\\ ` \`..(@)
: \\\\ (@)(@) / /(@)
\ ~L~ )\\\\ \ \ '\(__``',..
/\_~ / |||| \ , | ~~~--/
////| |//// // /
||||^ ~~~~~~--------~/ /
/ ( ( _____---~~~~~\| /
( )| / / / /
\^\ \____/ / \ /
\ \/ \ \ /
)) ) ' ~
| | ` ,
|______|
| || | ,
( || |
\ | | ,
\| /
/_^||
*/
for(int i=0; i<u.length(); i++) {
if(u.c_str()[i]=='P' || u.c_str()[i]=='N')
u.replace(i, 1, "0");