mirror of
https://github.com/tromey/gdb-gui.git
synced 2026-01-06 08:30:06 +01:00
remove "currying" comment
There's no need for send_to_gtk to be fancier, since we have functools.partial.
This commit is contained in:
@@ -28,7 +28,6 @@ import os
|
||||
|
||||
_event_queue = Queue.Queue()
|
||||
|
||||
# Some kind of currying would be nice.
|
||||
def send_to_gtk(func):
|
||||
_event_queue.put(func)
|
||||
os.write(write_pipe, 'x')
|
||||
|
||||
Reference in New Issue
Block a user