Remove custom read and write callback functions in couch_os_process

Custom callback functions are not used any longer. Reading and writing happens
only via local writejson/2 and readjson/1 functions. So we directly call those
instead of pretending to go through customizable callbacks.

Since we're using these functions directly, we can clean up some exports, too.
1 file changed