serialize: remove serialization

Remove obsolete serialization code. Merge last bits into stream buffer
reconstruction. Use POD copy for the allocation params.
Small cleanups
This commit is contained in:
Wim Taymans 2017-03-17 17:09:16 +01:00
parent 8a6ce3b179
commit 1588b9df8d
12 changed files with 66 additions and 279 deletions

View file

@ -30,7 +30,6 @@ pinos_sources = [
'properties.c',
'protocol-native.c',
'proxy.c',
'serialize.c',
'stream.c',
'pinos.c',
'rtkit.c',