1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Remove a couple of unused/barely used names.

This commit is contained in:
konstantin@mysql.com
2006-07-01 00:14:28 +04:00
parent 96bddcafe7
commit 41fea3d763
3 changed files with 3 additions and 10 deletions

View File

@@ -1116,6 +1116,3 @@ extern void lex_start(THD *thd, uchar *buf,uint length);
extern void lex_end(LEX *lex);
extern int MYSQLlex(void *arg, void *yythd);
extern pthread_key(LEX*,THR_LEX);
#define current_lex (current_thd->lex)