Removed some commented stuff I forgot there.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8183 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,23 +35,6 @@ const struct screen_id _B_MAIN_SCREEN_ID = {0};
|
|||||||
template<class T> void compare(T a, T b);
|
template<class T> void compare(T a, T b);
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
template<>
|
|
||||||
void
|
|
||||||
compare<uint16>(const char *prefix, uint16 value)
|
|
||||||
{
|
|
||||||
printf("%s: uint16: %x\n", prefix, value);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
template<>
|
|
||||||
void
|
|
||||||
compare<uint32>(const char *prefix, uint32 value)
|
|
||||||
{
|
|
||||||
printf("%s: uint32: %lx\n", prefix, value);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
void
|
void
|
||||||
compare<pattern>(const pattern &a, const pattern &b)
|
compare<pattern>(const pattern &a, const pattern &b)
|
||||||
|
|||||||
Reference in New Issue
Block a user