Skip to content

Commit 8602b86

Browse files
committed
remove declaration of no longer used method
1 parent 2004b7a commit 8602b86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MachO/machofile.h

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class MachOFile
3232
private:
3333
static unsigned int convertByteOrder(char* data, bool isBigEndian, unsigned int numberOfBytes);
3434
static unsigned int reverseByteOrder(unsigned int data);
35-
static std::string getDirectory(const std::string& path);
3635

3736
InternalFile* file;
3837
long long int position;

0 commit comments

Comments
 (0)