mirror of
https://github.com/autc04/Retro68.git
synced 2024-10-06 10:55:15 +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