Skip to content

Commit

Permalink
Removed unused dependencies, converted everything to proto-lite.
Browse files Browse the repository at this point in the history
Pruned dependencies that weren't used:
- //util/gtl:node_hash_map
- //util/gtl:singleton

PiperOrigin-RevId: 202981225
GitOrigin-RevId: cbde29fc20fcdc180b4c6262ac9b6dafe67cfef2
  • Loading branch information
tl0gic authored and Tink Team committed Jul 3, 2018
1 parent 19b36d2 commit 8f77de2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions cc/util/protobuf_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,8 @@
#ifndef TINK_UTIL_PROTOBUF_HELPER_H_
#define TINK_UTIL_PROTOBUF_HELPER_H_

// copybara:replace_start
// Keep synchronized with google3/third_party/tink/copybara/cc.bara.sky
#ifdef PROTOBUF_INTERNAL_IMPL

#include "net/proto2/public/message.h"

namespace portable_proto = ::proto2;

#else
// copybara:replace_end

#include "google/protobuf/message.h"
#include "google/protobuf/message_lite.h"

namespace portable_proto = ::google::protobuf;

#endif // PROTOBUF_INTERNAL_IMP

#endif // TINK_UTIL_PROTOBUF_HELPER_H_

0 comments on commit 8f77de2

Please sign in to comment.