summaryrefslogtreecommitdiff
path: root/source4/build/m4/public.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-05 00:28:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:37 -0500
commitd54c2639f57761bc69a8629e7055fa6558429006 (patch)
tree9d70dffe7c3cc20ccc434b60de574e7bbecb262a /source4/build/m4/public.m4
parent06cc74a66cef3944573e4390af0ee101517835df (diff)
downloadsamba-d54c2639f57761bc69a8629e7055fa6558429006.tar.gz
samba-d54c2639f57761bc69a8629e7055fa6558429006.tar.bz2
samba-d54c2639f57761bc69a8629e7055fa6558429006.zip
r7288: Remove empty wrapper function
(This used to be commit 879f68cef72df708a6ff7a5f5818fa8478c2a6ea)
Diffstat (limited to 'source4/build/m4/public.m4')
-rw-r--r--source4/build/m4/public.m419
1 files changed, 0 insertions, 19 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4
index 12238bbcc8..2a6b4e3893 100644
--- a/source4/build/m4/public.m4
+++ b/source4/build/m4/public.m4
@@ -55,11 +55,6 @@ dnl 1:name
dnl 2:calledname
dnl )
dnl
-dnl SMB_INCLUDE_M4(
-dnl 1: inputfile
-dnl 2: comment
-dnl )
-dnl
dnl SMB_ENV_CHECK(
dnl 1:dummy
dnl )
@@ -264,20 +259,6 @@ AC_DEFUN([SMB_MAKE_TARGET],
echo "#SMB_MAKE_TARGET TOTO"
])
-dnl SMB_INCLUDE_M4(
-dnl 1: inputfile
-dnl 2: comment
-dnl )
-AC_DEFUN([SMB_INCLUDE_M4],
-[
-###################################
-# Start Include $1
-# $2
-sinclude($1)
-# End Include $1
-###################################
-])
-
dnl SMB_ENV_CHECK(
dnl 1:dummy
dnl )