fix: remove dumb FS::symlink function

Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
Ryan Cao
2022-11-05 22:25:22 +08:00
parent cf3aad9c41
commit f1d3481a29
2 changed files with 0 additions and 18 deletions

View File

@@ -53,11 +53,6 @@ class FileSystemException : public ::Exception {
*/
void write(const QString& filename, const QByteArray& data);
/**
* create a symlink
*/
bool symlink(const QString& target, const QString& link);
/**
* read data from a file safely\
*/