From 92aff11097372d47ebb0dce06e078df82433d186 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Tue, 23 Dec 2025 09:59:25 -0500 Subject: [PATCH] chore: remove placeholder file from longrunning --- src/generated/longrunning/src/main.rs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/generated/longrunning/src/main.rs diff --git a/src/generated/longrunning/src/main.rs b/src/generated/longrunning/src/main.rs deleted file mode 100644 index 8a2c5850da..0000000000 --- a/src/generated/longrunning/src/main.rs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2024 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -fn main() { - println!("Coming Soon: Google Cloud Client Libraries for Rust") -}