remove useless local variable

This commit is contained in:
Martin Hollmichel 2001-09-28 15:00:03 +00:00
parent 656ec283c5
commit 35e8fcb396

View file

@ -2,9 +2,9 @@
*
* $RCSfile: profile.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obr $ $Date: 2001-06-07 13:41:48 $
* last change: $Author: mh $ $Date: 2001-09-28 16:00:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -99,7 +99,7 @@ namespace osl {
*/
~Profile()
{
sal_Bool err = osl_closeProfile(profile);
osl_closeProfile(profile);
}