aboutsummaryrefslogtreecommitdiffstats
path: root/abi-descriptor.template
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2019-01-30 23:56:54 +0000
committerJoão Valverde <j@v6e.pt>2019-07-21 15:54:41 +0000
commit6e5ba74b31e5053c0ba0f3eaa79ff97d03eb5595 (patch)
treef1dcb909bf5fd4a5154af20d58b559e39c0d4eee /abi-descriptor.template
parentcdac470a60a0fd4ac871072f732a13038e691e73 (diff)
Remove ABI compliance checker code.
It's broken, unmaintained, poorly implemented and obsoleted by saner debug-info methods. Note: To do the compliance check properly would require much more extensive work to clearly define public and private interfaces (without manual bookeeping of files or symbols either, of course, because who would want that...). Change-Id: Ib801f3c152ca2369f95ca1f4af4d37cd8cc7c47a Reviewed-on: https://code.wireshark.org/review/33928 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'abi-descriptor.template')
-rw-r--r--abi-descriptor.template20
1 files changed, 0 insertions, 20 deletions
diff --git a/abi-descriptor.template b/abi-descriptor.template
deleted file mode 100644
index 8f1be3e52e..0000000000
--- a/abi-descriptor.template
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<descriptor>
- <version>
- 0.0.0
- </version>
- <headers>
- {RELPATH}/abi-check-headers
- </headers>
- <libs>
- @LIBRARY_OUTPUT_PATH@
- </libs>
- <include_paths>@INCLUDE_DIRS@
- </include_paths>
- <gcc_options>
- -D_U_="__attribute((unused))"
- </gcc_options>
- <include_preamble>
- config.h
- </include_preamble>
-</descriptor>