~smspillaz/folly/folly-git-master

« back to all changes in this revision

Viewing changes to folly/detail/UniqueInstance.h

  • Committer: Facebook GitHub Bot
  • Author(s): Pranjal Raihan
  • Date: 2021-07-14 21:26:20 UTC
  • Revision ID: git-v1:74f3c0434b36a780812443fcefd02f2d7fe6f6a7
Remove unused UniqueInstance::PtrRange

Summary: `UniqueInstance.cpp` has its own `PtrRange` which it exclusively uses.

Reviewed By: yfeldblum, Mizuchi

Differential Revision: D29685352

fbshipit-source-id: 32658b3ee6fc1830c2c2f27693baefa16026f13e

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  struct key_t {};
53
53
 
54
54
  using Ptr = std::type_info const*;
55
 
  struct PtrRange {
56
 
    Ptr const* b;
57
 
    Ptr const* e;
58
 
  };
59
55
  struct Value {
60
56
    Ptr tmpl;
61
57
    Ptr const* ptrs;