Skip to content

Commit

Permalink
Removed useless "hexData" thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Jul 14, 2013
1 parent 7a880c1 commit dee0dd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pevLib/fileData.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ class FileData
};
mutable std::vector<LANGANDCODEPAGE> versionTranslations;

//Hex management
std::shared_ptr<std::vector<std::pair<unsigned int, bool> > > hexStorage;

//Enumeration functions
//When the results aren't cached in the bitset bits, these functions calculate
//the correct values and place them into the bitset.
Expand Down

0 comments on commit dee0dd2

Please sign in to comment.