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:
Axel Dörfler 2004-06-26 17:31:26 +00:00
parent a2cae29069
commit f05ac95ee6

View File

@ -35,23 +35,6 @@ const struct screen_id _B_MAIN_SCREEN_ID = {0};
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<>
void
compare<pattern>(const pattern &a, const pattern &b)
@ -87,7 +70,7 @@ class ConstantsTest : public BTestCase {
static Test *suite(void);
void test(void);
};
ConstantsTest::ConstantsTest(std::string name)
: BTestCase(name)