mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
removed cruft
This commit is contained in:
parent
cdc30151e2
commit
60d725a152
@ -241,10 +241,10 @@ namespace
|
||||
void perform_test (
|
||||
)
|
||||
{
|
||||
dlog << LINFO << "testing kernel_1a";
|
||||
sockstreambuf_test<sockstreambuf::kernel_1a>();
|
||||
dlog << LINFO << "testing kernel_2a";
|
||||
sockstreambuf_test<sockstreambuf::kernel_2a>();
|
||||
dlog << LINFO << "testing sockstreambuf";
|
||||
sockstreambuf_test<sockstreambuf>();
|
||||
dlog << LINFO << "testing sockstreambuf_unbuffered";
|
||||
sockstreambuf_test<sockstreambuf_unbuffered>();
|
||||
}
|
||||
} a;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user