Skip to content

Commit

Permalink
File removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodan58 committed Oct 23, 2023
1 parent aabe9e2 commit abd420f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions globals.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
module : globals.h
version : 1.22
date : 10/15/23
version : 1.23
date : 10/23/23
*/
#ifndef GLOBALS_H
#define GLOBALS_H
Expand Down Expand Up @@ -161,10 +161,6 @@ typedef struct Token {
*/
KHASH_MAP_INIT_STR(Symtab, pEntry)

#ifdef USE_MULTI_THREADS_JOY
#include "task.h" /* context, channel */
#endif

/*
Global variables are stored locally in the main function.
*/
Expand Down

0 comments on commit abd420f

Please sign in to comment.