diff options
Diffstat (limited to 'lib/ic/examples/c-client/client.c')
-rw-r--r-- | lib/ic/examples/c-client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ic/examples/c-client/client.c b/lib/ic/examples/c-client/client.c index 3e9678ae4d..53dbbf9192 100644 --- a/lib/ic/examples/c-client/client.c +++ b/lib/ic/examples/c-client/client.c @@ -64,7 +64,6 @@ int main() /* Initiating pid*/ strcpy(pid.node,CLNODE); - pid.node_org_enc = ERLANG_LATIN1; pid.num = 99; pid.serial = 0; pid.creation = 0; |