mirror of
https://github.com/opensim/opensim.git
synced 2026-05-31 06:45:53 +08:00
remove a unnecessay file check
This commit is contained in:
@@ -126,8 +126,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
// In case something went wrong writing temp file, delete it.
|
||||
try
|
||||
{
|
||||
if(File.Exists(tmpFileName))
|
||||
File.Delete (tmpFileName);
|
||||
File.Delete (tmpFileName);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user