Remove lint-specific code
authorIvan Maidanski <ivmai@mail.ru>
Tue, 21 Mar 2017 21:37:06 +0000 (00:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 21 Mar 2017 21:38:56 +0000 (00:38 +0300)
commitc179eecedf07c1ee6d7d71b2841021bbfb522601
treecc7e39403199d46102de0a40fcedcb4a615012af
parentded6139769d21e6d19d30a0ec21b06e0058ffd10
Remove lint-specific code

Note: cppcheck and CSA replace lint tool.

* Makefile.direct (lint): Remove.
* dyn_load.c [SOLARISDL && !USE_PROC_FOR_LIBRARIES && LINT] (_DYNAMIC):
Remove.
* dyn_load.c [IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX)]
(GC_register_dynamic_libraries): Remove comment about a false warning
reported by lint.
* mach_dep.c [ASM_CLEAR_CODE && LINT] (GC_clear_stack_inner): Remove.
* tests/test.c (typed_test): Call GC_make_descriptor unconditionally.
* tests/test.c (run_one_test): Set y to fail_proc1 unconditionally.
* tests/test.c (main): Do not check whether LINT is defined.
Makefile.direct
dyn_load.c
mach_dep.c
tests/test.c