diff options
Diffstat (limited to 'ppapi/cpp/dev/file_ref_dev.h')
-rw-r--r-- | ppapi/cpp/dev/file_ref_dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/cpp/dev/file_ref_dev.h b/ppapi/cpp/dev/file_ref_dev.h index 99abd03..279728a 100644 --- a/ppapi/cpp/dev/file_ref_dev.h +++ b/ppapi/cpp/dev/file_ref_dev.h @@ -34,8 +34,6 @@ class FileRef_Dev : public Resource { FileRef_Dev(const FileRef_Dev& other); - FileRef_Dev& operator=(const FileRef_Dev& other); - // Returns the file system type. PP_FileSystemType_Dev GetFileSystemType() const; |