Skip to content

Commit

Permalink
kernel: remove FillInVersion
Browse files Browse the repository at this point in the history
No distributed package (nor any other I know of) still uses this, with
one exception: ParGAP, which however is unmaintained and already suffers
from other compilation issues. However, I actually did remove use of
FillInVersion from https://github.com/gap-packages/pargap, but no release
has been made from there since many other things remain broken.
  • Loading branch information
fingolfin committed Mar 20, 2018
1 parent 5472f5c commit f874f43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ VoidFunc debug_func_pointers[] = {
(VoidFunc)ENVI_FUNC,
(VoidFunc)FEXS_FUNC,
(VoidFunc)FibHash,
(VoidFunc)FillInVersion,
(VoidFunc)FUNC,
#ifdef HPCGAP
(VoidFunc)GetTLS,
Expand Down
8 changes: 0 additions & 8 deletions src/gap.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,6 @@ enum {
*/


/****************************************************************************
**
*F FillInVersion -- obsolete function, only kept for backwards compatibility
** with packages using it.
*/
static inline void FillInVersion ( StructInitInfo * module ) {}


/****************************************************************************
**
*F InitBagNamesFromTable( <table> ) . . . . . . . . . initialise bag names
Expand Down

0 comments on commit f874f43

Please sign in to comment.