mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-21 13:29:36 +00:00
remove some dead code
This commit is contained in:
parent
8758a45f0f
commit
04d8465b3b
@ -36,11 +36,3 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
inline const unsigned char* operator"" _pstr(const char*p, size_t n)
|
|
||||||
{
|
|
||||||
unsigned char *pp = reinterpret_cast<unsigned char*>(const_cast<char*>(p));
|
|
||||||
pp[0] = n-1;
|
|
||||||
return pp;
|
|
||||||
}
|
|
||||||
#define PSTR(s) ("*" s ## _pstr)
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user