aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/build_documentation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/build_documentation.sh')
-rwxr-xr-xbuild_tools/build_documentation.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_tools/build_documentation.sh b/build_tools/build_documentation.sh
index 77eaad68..2705898e 100755
--- a/build_tools/build_documentation.sh
+++ b/build_tools/build_documentation.sh
@@ -68,12 +68,6 @@ if test -z "$DOXYGENPATH"; then
exit 0
fi
-# Check we have the lexicon filter
-if test -z "$INPUT_FILTER"; then
- echo >&2 "Lexicon filter is not available. Continuing without."
- INPUTFILTER=''
-fi
-
# Determine where our output should go
if ! mkdir -p "${OUTPUTDIR}" ; then
echo "Could not create output directory '${OUTPUTDIR}'"