2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-27 07:22:15 +00:00
Files
wave/src
Ed Schouten c49115378b Remove dead code. Don't call into printf().
There already seems to be an assertion in place that s->error_proc
cannot be NULL. There are also various other parts of code that call
into this function without checking for NULL first.

The intent of this change is that it makes this code build with
Nuxi CloudABI[1]. CloudABI is a sandboxed runtime computing environment.
As it is mainly oriented towards running (networked) services, it does
not understand the concept of stdin and stdout.

[1] Nuxi CloudABI: https://github.com/NuxiNL/cloudlibc
2015-08-27 16:38:13 +02:00
..