summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/ucs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/ucs.h')
-rw-r--r--src/runtime/c/gu/ucs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/c/gu/ucs.h b/src/runtime/c/gu/ucs.h
index 5764e60c8..b09e0ff3f 100644
--- a/src/runtime/c/gu/ucs.h
+++ b/src/runtime/c/gu/ucs.h
@@ -36,6 +36,4 @@ gu_str_to_ucs(const char* cbuf, size_t len, GuUCS* ubuf, GuExn* err);
size_t
gu_ucs_to_str(const GuUCS* ubuf, size_t len, char* cbuf, GuExn* err);
-extern GU_DECLARE_TYPE(GuUCSExn, abstract);
-
#endif // GU_ISO10646_H_