We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2004b7a commit 8602b86Copy full SHA for 8602b86
MachO/machofile.h
@@ -32,7 +32,6 @@ class MachOFile
32
private:
33
static unsigned int convertByteOrder(char* data, bool isBigEndian, unsigned int numberOfBytes);
34
static unsigned int reverseByteOrder(unsigned int data);
35
- static std::string getDirectory(const std::string& path);
36
37
InternalFile* file;
38
long long int position;
0 commit comments