diff options
Diffstat (limited to 'chrome/common/extensions/docs/server2/file_system.py')
-rw-r--r-- | chrome/common/extensions/docs/server2/file_system.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/extensions/docs/server2/file_system.py b/chrome/common/extensions/docs/server2/file_system.py index da0bbcb..c84ce96 100644 --- a/chrome/common/extensions/docs/server2/file_system.py +++ b/chrome/common/extensions/docs/server2/file_system.py @@ -69,10 +69,3 @@ class FileSystem(object): their caches. It is unlikely that this needs to be overridden. ''' return cls.__name__ - - @classmethod - def GetVersion(cls): - '''The version of the file system, exposed for caching classes backed to - file systems. It is unlikely that this needs to be overridden. - ''' - return None |