| Index: appengine/findit/common/diff.py
 | 
| diff --git a/appengine/findit/common/diff.py b/appengine/findit/common/diff.py
 | 
| deleted file mode 100644
 | 
| index ea8e4828ea6c64417626085dc1abba90c1dd4d7b..0000000000000000000000000000000000000000
 | 
| --- a/appengine/findit/common/diff.py
 | 
| +++ /dev/null
 | 
| @@ -1,15 +0,0 @@
 | 
| -# Copyright 2014 The Chromium Authors. All rights reserved.
 | 
| -# Use of this source code is governed by a BSD-style license that can be
 | 
| -# found in the LICENSE file.
 | 
| -
 | 
| -class ChangeType(object):
 | 
| -  ADD = 'add'
 | 
| -  DELETE = 'delete'
 | 
| -  MODIFY = 'modify'
 | 
| -  COPY = 'copy'
 | 
| -  RENAME = 'rename'
 | 
| -
 | 
| -
 | 
| -def IsKnownChangeType(change_type):
 | 
| -  return change_type in [ChangeType.ADD, ChangeType.DELETE, ChangeType.MODIFY,
 | 
| -                         ChangeType.COPY, ChangeType.RENAME]
 | 
| 
 |