Skip to content

Commit

Permalink
remove declaration of no longer used method
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Dec 4, 2016
1 parent 2004b7a commit 8602b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MachO/machofile.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class MachOFile
private:
static unsigned int convertByteOrder(char* data, bool isBigEndian, unsigned int numberOfBytes);
static unsigned int reverseByteOrder(unsigned int data);
static std::string getDirectory(const std::string& path);

InternalFile* file;
long long int position;
Expand Down

0 comments on commit 8602b86

Please sign in to comment.