Skip to content

Commit

Permalink
Remove deprecated code (StarRocks#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
satanson authored Sep 7, 2021
1 parent 0de9eb0 commit dcb531d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion be/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ set(WL_START_GROUP "-Wl,--start-group")
set(WL_END_GROUP "-Wl,--end-group")

# Set starrocks libraries
# Set Palo libraries
set(STARROCKS_LINK_LIBS
${WL_START_GROUP}
Agent
Expand Down
4 changes: 0 additions & 4 deletions bin/start_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export PID_DIR=`cd "$curdir"; pwd`

export_env_from_conf $STARROCKS_HOME/conf/be.conf

if [ -e $STARROCKS_HOME/bin/palo_env.sh ]; then
source $STARROCKS_HOME/bin/palo_env.sh
fi

if [ -e $STARROCKS_HOME/conf/hadoop_env.sh ]; then
source $STARROCKS_HOME/conf/hadoop_env.sh
fi
Expand Down
4 changes: 0 additions & 4 deletions bin/start_fe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export PID_DIR=`cd "$curdir"; pwd`

export_env_from_conf $STARROCKS_HOME/conf/fe.conf

if [ -e $STARROCKS_HOME/bin/palo_env.sh ]; then
source $STARROCKS_HOME/bin/palo_env.sh
fi

if [ -e $STARROCKS_HOME/conf/hadoop_env.sh ]; then
source $STARROCKS_HOME/conf/hadoop_env.sh
fi
Expand Down

0 comments on commit dcb531d

Please sign in to comment.