Skip to content

Commit

Permalink
cleanup(generator): remove unused struct (googleapis#14541)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored and cuiy0006 committed Jul 23, 2024
1 parent b064aa5 commit c94f7e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion generator/internal/http_option_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "absl/strings/str_format.h"
#include "absl/strings/str_split.h"
#include "absl/types/optional.h"
#include "absl/types/variant.h"
#include <google/api/annotations.pb.h>
#include <google/protobuf/compiler/cpp/names.h>
#include <google/protobuf/descriptor.h>
Expand Down
8 changes: 0 additions & 8 deletions generator/internal/http_option_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,13 @@

#include "generator/internal/http_annotation_parser.h"
#include "generator/internal/printer.h"
#include "absl/types/variant.h"
#include <google/protobuf/descriptor.h>
#include <string>

namespace google {
namespace cloud {
namespace generator_internal {

struct HttpSimpleInfo {
std::string http_verb;
std::string url_path;
std::string body;
std::string api_version;
};

struct HttpExtensionInfo {
using RestPathPiece = std::function<std::string(
google::protobuf::MethodDescriptor const&, bool)>;
Expand Down

0 comments on commit c94f7e2

Please sign in to comment.