diff options
Diffstat (limited to 'src/remove.sh')
-rw-r--r-- | src/remove.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/remove.sh b/src/remove.sh index 1cd6431..b580b1b 100644 --- a/src/remove.sh +++ b/src/remove.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${_REMOVE_SM+set}" = 'xset' ] && return 0 -_REMOVE_SM=1 - remove_source_from_suite() { local chan="${1}" |