Skip to content

Commit ee00aa4

Browse files
committed
remove stale comment
1 parent c93d536 commit ee00aa4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/rabbitmq-env.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,13 @@ REM . ${SCRIPT_DIR}/rabbitmq-defaults
3131
call "%SCRIPT_DIR%\rabbitmq-defaults.bat"
3232

3333
set DEFAULT_SCHEDULER_BIND_TYPE=tnnps
34-
REM [ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
3534

35+
REM [ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
3636
REM set the default scheduling bind type
3737
if "!RABBITMQ_SCHEDULER_BIND_TYPE!"=="" (
3838
set RABBITMQ_SCHEDULER_BIND_TYPE=!DEFAULT_SCHEDULER_BIND_TYPE!
3939
)
4040

41-
REM These common defaults aren't referenced in the batch scripts
42-
REM ## Common defaults
43-
REM SERVER_ERL_ARGS="+P 1048576"
44-
REM
4541
REM # warn about old rabbitmq.conf file, if no new one
4642
REM if [ -f /etc/rabbitmq/rabbitmq.conf ] && \
4743
REM [ ! -f ${CONF_ENV_FILE} ] ; then

0 commit comments

Comments
 (0)