diff options
Diffstat (limited to 'testing/gmock/scripts/gmock_doctor.py')
-rw-r--r--[-rwxr-xr-x] | testing/gmock/scripts/gmock_doctor.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/gmock/scripts/gmock_doctor.py b/testing/gmock/scripts/gmock_doctor.py index 05e4258..40512fc 100755..100644 --- a/testing/gmock/scripts/gmock_doctor.py +++ b/testing/gmock/scripts/gmock_doctor.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # # Copyright 2008, Google Inc. # All rights reserved. @@ -71,7 +71,6 @@ _COMMON_GMOCK_SYMBOLS = [ 'Not', 'NotNull', 'Pointee', - 'PointeeIsInitializedProto', 'Property', 'Ref', 'ResultOf', |