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-20 14:25:28 -04:00
committed by Ben McIlwain
parent 202ed9db6a
commit 3046ec4391
2 changed files with 0 additions and 49 deletions
-9
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",
)