Re: Unused code patch in: "mshtml: Added nsIURL::GetQuery implementation."

2010-09-18 Thread Jacek Caban
On 9/18/10 10:04 PM, Joris Huizer wrote: Hello, I found a bit of unused code was introduced in commit ffe9cc87c0e759dffe2a19a96a1e5c7746c7ad62 "mshtml: Added nsIURL::GetQuery implementation." +ptr_end = url.lpszExtraInfo+url.dwExtraInfoLength; +for(ptr = url.lpszExtraInfo; ptr< ptr_

Unused code patch in: "mshtml: Added nsIURL::GetQuery implementation."

2010-09-18 Thread Joris Huizer
Hello, I found a bit of unused code was introduced in commit ffe9cc87c0e759dffe2a19a96a1e5c7746c7ad62 "mshtml: Added nsIURL::GetQuery implementation." +ptr_end = url.lpszExtraInfo+url.dwExtraInfoLength; +for(ptr = url.lpszExtraInfo; ptr < ptr_end; ptr++) { +if(*ptr == '#') +