aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index e2b9f15ae7..a038e2d5fc 100644
--- a/src/types.h
+++ b/src/types.h
@@ -15,7 +15,6 @@
* already defined, so we use char_u to avoid trouble.
*/
typedef unsigned char char_u;
-typedef unsigned short short_u;
typedef unsigned int int_u;
#endif /* NEOVIM_TYPES_H */