summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/wafsamba/samba_headers.py')
-rw-r--r--buildtools/wafsamba/samba_headers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_headers.py b/buildtools/wafsamba/samba_headers.py
index cca6420b6c..50ccad743d 100644
--- a/buildtools/wafsamba/samba_headers.py
+++ b/buildtools/wafsamba/samba_headers.py
@@ -119,7 +119,6 @@ def public_headers_simple(bld, public_headers, header_path=None, public_headers_
h_name = h
inst_name = os.path.basename(h)
bld.INSTALL_FILES('${INCLUDEDIR}', h_name, destname=inst_name)
-
def PUBLIC_HEADERS(bld, public_headers, header_path=None, public_headers_install=True):