From: Jean-Christophe Beaupré Date: Wed, 19 Nov 2014 20:06:29 +0000 (-0500) Subject: neo_doxygen: Remove dead code from `gen-all.sh`. X-Git-Tag: v0.6.11~15^2~14 X-Git-Url: http://nitlanguage.org neo_doxygen: Remove dead code from `gen-all.sh`. Signed-off-by: Jean-Christophe Beaupré --- diff --git a/contrib/neo_doxygen/gen-all.sh b/contrib/neo_doxygen/gen-all.sh index b43ceab..4a19e9a 100755 --- a/contrib/neo_doxygen/gen-all.sh +++ b/contrib/neo_doxygen/gen-all.sh @@ -23,9 +23,6 @@ # Also, every project must include the Doxygen XML output in its `doxygen/xml` # directory. -NEO_DOXYGEN="${PWD}/bin/neo_doxygen" -NX="${PWD}/../../bin/nx" - for dir in "$2"/*; do if [ -d "$dir" ]; then if [ -f "$dir/.nx_config" ]; then