# HG changeset patch # User Matti Hamalainen # Date 1514926667 -7200 # Node ID 1bf886fa9db5c85b17904a2858e300571ec92429 # Parent 347bfd3e017e86671caa95a66595beb76d026897# Parent c7f457ac013da000b6ba89264dd6cb16331235a1 Merged. diff -r 347bfd3e017e -r 1bf886fa9db5 th_types.h --- a/th_types.h Tue Jan 02 22:57:02 2018 +0200 +++ b/th_types.h Tue Jan 02 22:57:47 2018 +0200 @@ -174,16 +174,6 @@ #endif -/* This is the character type used in all string-related routines of - * th_libs. Currently it is set to be equivalent of basetype "char", - * but under some platforms it may be necessary to use - * "unsigned char" instead. - * - * Also in future this type may be changed to hold 32-bit UNICODE - */ -typedef char char_t; - - /* Define a boolean type, if needed */ #ifndef HAVE_BOOL