summaryrefslogtreecommitdiff
path: root/Runtime/FileSystem/File.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 11:27:58 +0800
committerchai <chaifix@163.com>2021-10-26 11:27:58 +0800
commit32345800737b668011a87328cd3dcce59ec2934c (patch)
treee1bbd47ae775f1268447f1c1011ab10492ee9197 /Runtime/FileSystem/File.h
parentef7aedf5f272c52247d8ee9522d7b2896d21af63 (diff)
*misc
Diffstat (limited to 'Runtime/FileSystem/File.h')
-rw-r--r--Runtime/FileSystem/File.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Runtime/FileSystem/File.h b/Runtime/FileSystem/File.h
index b0d720c..e64a135 100644
--- a/Runtime/FileSystem/File.h
+++ b/Runtime/FileSystem/File.h
@@ -6,7 +6,5 @@ class File : public LuaBind::NativeClass<File>
public:
File(LuaBind::VM* vm);
- char* data;
- int length;
}; \ No newline at end of file