summaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-08-14 13:45:54 +0200
committerGitHub <noreply@github.com>2019-08-14 13:45:54 +0200
commit6c607c356484c30162e713c91bbc7f6e4a4aeda4 (patch)
treebf950001868d2880c93ceed6dfadfd44aa16a649 /drivers/unix/file_access_unix.h
parented5c03528d031045965352d066cbc2bce94f273d (diff)
parent82b9557803f33521694587b6014645a05a814ecb (diff)
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-comments
Remove redundant author doc comments
Diffstat (limited to 'drivers/unix/file_access_unix.h')
-rw-r--r--drivers/unix/file_access_unix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/file_access_unix.h b/drivers/unix/file_access_unix.h
index 2a369048a4..e26591e3e8 100644
--- a/drivers/unix/file_access_unix.h
+++ b/drivers/unix/file_access_unix.h
@@ -38,10 +38,6 @@
#if defined(UNIX_ENABLED) || defined(LIBC_FILEIO_ENABLED)
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
-
typedef void (*CloseNotificationFunc)(const String &p_file, int p_flags);
class FileAccessUnix : public FileAccess {