_c_helper_fieldaccess_expr: remove handling for empty sep ListInputDevices-V6
authorChristian Linhart <chris@demorecorder.com>
Thu, 30 Oct 2014 14:32:00 +0000 (15:32 +0100)
committerChristian Linhart <chris@demorecorder.com>
Thu, 30 Oct 2014 14:37:39 +0000 (15:37 +0100)
commitc225c8b168312cee61af2d0bea3bd36e7be65ac2
tree065371f37acc6bd7a6b1562bc9aab2f0b3d044fb
parentf8b130e48b7d97dd1ace9c0c3cb6ef621f37ffd2
_c_helper_fieldaccess_expr: remove handling for empty sep

The loop-variable "sep" is never empty in function
"_c_helper_fieldaccess_expr", after a fix elsewhere.
Therefore I removed the handling of the case of "sep" being empty.

Thanks to Ran Benita for the hint that this can be removed.

Signed-off-by: Christian Linhart <chris@demorecorder.com>
Message-ID: <1414679520-50871-3-git-send-email-chris@demorecorder.com>
Patch-Thread-Subject: [Xcb] xinput: make ListInputDevices work, sumof with nested expr, ...
Patch-Set: ListInputDevices
Patch-Number: libxcb 9/9
Patch-Version: V1
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/c_client.py