Index: platform_tools/android/gyp_gen/makefile_writer.py |
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py |
index 791d225f8b89328c5d6a298f069c8149317fe25e..ea767f6958de95223d59732a0437cb877e702bd2 100644 |
--- a/platform_tools/android/gyp_gen/makefile_writer.py |
+++ b/platform_tools/android/gyp_gen/makefile_writer.py |
@@ -11,7 +11,6 @@ Functions for creating an Android.mk from already created dictionaries. |
import os |
-# TODO(scroggo): Add unit tests for this file. |
def write_group(f, name, items, append): |
""" |
Helper function to list all names passed to a variable. |