summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-08-01 18:07:34 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-01 20:07:34 -0500
commit551f82a1398c97a5cd1f75b2c411b6fe464cc6ec (patch)
treeb85b3a590ed17c094dfc84f57cf2bc29789217f1 /contrib
parent7b815181bfd58100478970f52b80461638fd42a8 (diff)
Remove outdated references to TLS (#2245)
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/depgraph1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/depgraph b/contrib/depgraph
index 2c4eba595..b0e650f40 100755
--- a/contrib/depgraph
+++ b/contrib/depgraph
@@ -88,7 +88,6 @@ for path in $paths; do
if [ -n "$target" -a "$target" != "$package" ]; then continue; fi
for inc in $incs; do
case "$inc" in
- base/tls.h) inc=base/tls.h.in ;;
expr/expr.h) inc=expr/expr_template.h ;;
expr/expr_manager.h) inc=expr/expr_manager_template.h ;;
expr/kind.h) inc=expr/kind_template.h ;;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback