misc.
[ncclient] / ncclient / transport / session.py
index 49a41c3..fd12341 100644 (file)
@@ -168,11 +168,6 @@ class Session(Thread):
         been initialized it will be :const:`None`"""
         return self._id
 
-    @property
-    def can_pipeline(self):
-        "Whether this session supports pipelining"
-        return True
-
 
 class SessionListener(object):