Remove unused soy template

Generated class DomainCheckFeeEppSoyInfo.class is not used anywhere.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=238450318
This commit is contained in:
weiminyu 2019-03-14 08:48:18 -07:00 committed by Ben McIlwain
parent 351eba3f6d
commit c8197dd19c
2 changed files with 0 additions and 49 deletions

View file

@ -4,8 +4,6 @@ package(
licenses(["notice"]) # Apache 2.0
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_java_template_library")
filegroup(
name = "flows_files",
srcs = glob([
@ -22,7 +20,6 @@ java_library(
]),
visibility = ["//visibility:public"],
deps = [
":soy_java_wrappers",
"//java/google/registry/batch",
"//java/google/registry/config",
"//java/google/registry/dns",
@ -52,9 +49,3 @@ java_library(
"@org_joda_money",
],
)
closure_java_template_library(
name = "soy_java_wrappers",
srcs = glob(["soy/*.soy"]),
java_package = "google.registry.flows.soy",
)