Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: wangbaiping <wangbaiping@bytedance.com>
  • Loading branch information
wbpcode committed Oct 16, 2024
1 parent 7c01474 commit bf1fbcb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/common/json/json_streamer.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,6 @@ template <class OutputBufferType> class StreamerBase : public SerializerBase<Out
levels_.pop();
}

#endif

OutputBufferType response_;
std::string sanitize_buffer_;

#ifndef NDEBUG
// Keeps a stack of Maps or Arrays (subclasses of Level) to facilitate
// assertions that only the top-level map/array can be written.
std::stack<Level*> levels_;
Expand Down

0 comments on commit bf1fbcb

Please sign in to comment.