about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Src/zsh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 651515fc5..7add4faa1 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -77,8 +77,6 @@ typedef struct {
 #define MN_INTEGER 1		/* mnumber is integer */
 #define MN_FLOAT   2		/* mnumber is floating point */
 
-typedef int LV;
-
 typedef struct mathfunc *MathFunc;
 typedef mnumber (*NumMathFunc)(char *, int, mnumber *, int);
 typedef mnumber (*StrMathFunc)(char *, char *, int);