Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: third_party/talloc/compat/talloc_compat1.m4

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/talloc/compat/talloc_compat1.c ('k') | third_party/talloc/config.guess » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/talloc/compat/talloc_compat1.m4
diff --git a/third_party/talloc/compat/talloc_compat1.m4 b/third_party/talloc/compat/talloc_compat1.m4
deleted file mode 100644
index 2ec530e07997405da05a01f01f3b898193b074e3..0000000000000000000000000000000000000000
--- a/third_party/talloc/compat/talloc_compat1.m4
+++ /dev/null
@@ -1,14 +0,0 @@
-TALLOC_COMPAT1_MK=""
-AC_SUBST(TALLOC_COMPAT1_MK)
-
-AC_ARG_ENABLE(talloc-compat1,
- [AS_HELP_STRING([--enable-talloc-compat1],
- [Build talloc 1.x.x compat library [default=no]])],
- [ enable_talloc_compat1=$enableval ],
- [ enable_talloc_compat1=no ]
-)
-
-if test "x$enable_talloc_compat1" = x"yes"; then
- TALLOC_COMPAT1_MK='include $(tallocdir)/compat/talloc_compat1.mk'
-fi
-
« no previous file with comments | « third_party/talloc/compat/talloc_compat1.c ('k') | third_party/talloc/config.guess » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698