Skip to content

Commit

Permalink
Merge pull request #249 from waywardmonkeys/remove-unused-variable-sd…
Browse files Browse the repository at this point in the history
…f-textfileformat

Remove unused private field: _fileBufferSize.
  • Loading branch information
pixar-oss committed Sep 1, 2017
2 parents a07ae19 + a8ecce5 commit a50afe1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pxr/usd/lib/sdf/textFileFormat.tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6506,7 +6506,6 @@ struct Sdf_MemoryFlexBuffer : public boost::noncopyable
yy_buffer_state *_flexBuffer;

std::unique_ptr<char[]> _fileBuffer;
size_t _fileBufferSize;

yyscan_t _scanner;
};
Expand Down
1 change: 0 additions & 1 deletion pxr/usd/lib/sdf/textFileFormat.yy
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,6 @@ private:
yy_buffer_state *_flexBuffer;

std::unique_ptr<char[]> _fileBuffer;
size_t _fileBufferSize;

yyscan_t _scanner;
};
Expand Down

0 comments on commit a50afe1

Please sign in to comment.