diff options
Diffstat (limited to 'lib/session.sh')
-rw-r--r-- | lib/session.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/session.sh b/lib/session.sh index 05fecc4..f94d8e6 100644 --- a/lib/session.sh +++ b/lib/session.sh @@ -18,9 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. -[ "x${_SESSION_SM+set}" = 'xset' ] && return 0 -_SESSION_SM=1 - use rand use mutex use output |