hgext/fsmonitor/pywatchman/pybser.py
changeset 41365 876494fd967d
parent 30656 16f4b341288d
child 43385 6469c23a40a2
--- a/hgext/fsmonitor/pywatchman/pybser.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/hgext/fsmonitor/pywatchman/pybser.py	Thu Jan 17 09:17:12 2019 -0800
@@ -267,7 +267,7 @@
             key = key[3:]
         try:
             return self._values[self._keys.index(key)]
-        except ValueError as ex:
+        except ValueError:
             raise KeyError('_BunserDict has no key %s' % key)
 
     def __len__(self):
@@ -420,7 +420,6 @@
 
 
 def _pdu_info_helper(buf):
-    bser_version = -1
     if buf[0:2] == EMPTY_HEADER[0:2]:
         bser_version = 1
         bser_capabilities = 0