Ray Milkey

remove buck warnings again - merging put them back

Change-Id: I695e31755280ab2b7ee11dea89778dce8646d64f
......@@ -46,8 +46,6 @@ def checkstyle(
test_rule_timeout_ms = 20000,
labels = [ 'checkstyle' ],
)
else:
print 'Not generating checkstyle rule for %s because there are no sources.' % name
def java_doc(
name,
......@@ -261,9 +259,6 @@ def osgi_jar_with_tests(
if test_srcs is None:
test_srcs = glob([TEST + '/*.java'])
if not test_srcs:
print "Generating test rule for %s, but there are no tests." % name
java_test(
name = name + '-tests',
srcs = test_srcs,
......