# HG changeset patch # User Matti Hamalainen # Date 1512988093 -7200 # Node ID c7f457ac013da000b6ba89264dd6cb16331235a1 # Parent 4471eadea472dfc50415749ba0c48215f1242078 Remove char_t. diff -r 4471eadea472 -r c7f457ac013d th_types.h --- a/th_types.h Wed Oct 25 22:32:07 2017 +0300 +++ b/th_types.h Mon Dec 11 12:28:13 2017 +0200 @@ -169,16 +169,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 !defined(FALSE) && !defined(TRUE) && !defined(BOOL)