Commit e8f3237c authored by Matt Ma's avatar Matt Ma Committed by Facebook GitHub Bot

Remove unused name field in LocationInfo.

Reviewed By: yfeldblum, luciang

Differential Revision: D21656746

fbshipit-source-id: 5e19d72ccd524926c698b8814cc6c8f2c6133565
parent 5309963f
...@@ -98,8 +98,6 @@ enum class LocationInfoMode { ...@@ -98,8 +98,6 @@ enum class LocationInfoMode {
struct LocationInfo { struct LocationInfo {
bool hasFileAndLine = false; bool hasFileAndLine = false;
bool hasMainFile = false; bool hasMainFile = false;
// Function name in call stack.
folly::StringPiece name;
Path mainFile; Path mainFile;
Path file; Path file;
uint64_t line = 0; uint64_t line = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment