Skip to content

Commit

Permalink
pan: Remove ltp-scanner
Browse files Browse the repository at this point in the history
We believe that nobody uses it.

Suggested-by: Cyril Hrubis <[email protected]>
Acked-by: Yang Xu <[email protected]>
Reviewed-by: Cyril Hrubis <[email protected]>
Acked-by: Jan Stancek <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Feb 8, 2022
1 parent d4bcfa6 commit 5714074
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 2,235 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ autom4te.cache
/lib/ltp.pc
/pan/ltp-bump
/pan/ltp-pan
/pan/ltp-scanner

cscope.*
ncscope.*
Expand Down
2 changes: 0 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ configure file).
pkgconf is recommended also for compilation from tarball as it
does automatic detection of some library support.

GNU Bison / Berkeley Yacc is required for ltp-scanner.

Configuration
-------------

Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ AC_PROG_CC
# 2.62.
AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
AC_PROG_AR
AC_PROG_LEX
AC_PROG_RANLIB
AC_DEFUN([AC_PROG_STRIP], [AC_CHECK_TOOL(STRIP, strip, :)])
AC_PROG_STRIP
Expand Down
8 changes: 0 additions & 8 deletions pan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,10 @@ INSTALL_DIR := bin

MAKE_TARGETS := ltp-bump ltp-pan

ifeq ($(strip $(LEXLIB)),)
$(warning ltp-scanner will not be built because a working copy of lex was not found)
else
MAKE_TARGETS += ltp-scanner
endif

ltp-bump: ltp-bump.o zoolib.o

ltp-pan: ltp-pan.o zoolib.o splitstr.o

ltp-scanner: scan.o ltp-scanner.o reporter.o tag_report.o symbol.o splitstr.o debug.o

# flex does some whacky junk when it generates files on the fly, so let's make
# sure gcc doesn't get lost...
vpath %.c $(abs_srcdir):$(abs_builddir)))
Expand Down
84 changes: 0 additions & 84 deletions pan/debug.c

This file was deleted.

67 changes: 0 additions & 67 deletions pan/debug.h

This file was deleted.

175 changes: 0 additions & 175 deletions pan/ltp-scanner.c

This file was deleted.

Loading

0 comments on commit 5714074

Please sign in to comment.