Bug 212287 xpcwrappedjsclass.cpp:891: warning: unused variable `PRUnichar * sourceNameUni'

r=dbradley sr=kin


git-svn-id: svn://10.0.0.236/trunk@144844 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-07-14 21:13:46 +00:00
parent f40d4fd066
commit a4187e9d07

View File

@@ -888,7 +888,6 @@ nsXPCWrappedJSClass::CheckForException(XPCCallContext & ccx,
// try to get filename, lineno from the first
// stack frame location.
PRUnichar* sourceNameUni = nsnull;
PRInt32 lineNumber = 0;
nsXPIDLCString sourceName;