| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 3d37d3ff925964088eab279d8114a5fa017e0dff..9bdc0189dfce8013a108078c98cec30f9d758569 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -78,8 +78,6 @@ PRUNE_PATHS = set([
|
|
|
| # Redistribution does not require attribution in documentation.
|
| os.path.join('third_party','directxsdk'),
|
| - os.path.join('third_party','platformsdk_win2008_6_1'),
|
| - os.path.join('third_party','platformsdk_win7'),
|
|
|
| # For testing only, presents on some bots.
|
| os.path.join('isolate_deps_dir'),
|
|
|