diff options
Diffstat (limited to 'src/suite.sh')
-rw-r--r-- | src/suite.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/suite.sh b/src/suite.sh index 5d00914..da4a02d 100644 --- a/src/suite.sh +++ b/src/suite.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ "x${_SUITE_SM+set}" = 'xset' ] && return 0 -_SUITE_SM=1 - copy_suite() { local src_chan="${1}" |