seems to auto created this method

This commit is contained in:
Akisuke 2022-12-18 14:50:39 +01:00
parent fad39b9da9
commit f47ee05ced

View file

@ -421,10 +421,5 @@ namespace Ryujinx.Ava.Common
return Result.Success; return Result.Success;
} }
internal static (Result? result, bool canceled) CopyDirectory(FileSystemClient fs, string subSrcPath, string subDstPath)
{
throw new NotImplementedException();
}
} }
} }