summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-07-27 17:24:17 +0200
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-01-27 10:14:07 -0600
commitd94ef19f2fe408f5a33857e8d9840c493e50ca93 (patch)
tree8feda783a92f39d7734c90615e0a776217ca8ac9
parentb4f5632cebbbabe42c98fa73967cd4b5ff4c1b74 (diff)
downloadglib-d94ef19f2fe408f5a33857e8d9840c493e50ca93.tar.gz
tests: Remove unused constant in GMemoryMonitor test
-rwxr-xr-xgio/tests/memory-monitor-dbus.py.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gio/tests/memory-monitor-dbus.py.in b/gio/tests/memory-monitor-dbus.py.in
index cd16cf4e3..7823e7309 100755
--- a/gio/tests/memory-monitor-dbus.py.in
+++ b/gio/tests/memory-monitor-dbus.py.in
@@ -31,9 +31,6 @@ try:
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
- # XDG_DESKTOP_PORTAL_PATH = os.path.expanduser("~/.cache/jhbuild/build/xdg-desktop-portal/xdg-desktop-portal")
- XDG_DESKTOP_PORTAL_PATH = "@libexecdir@/xdg-desktop-portal"
-
class TestLowMemoryMonitor(dbusmock.DBusTestCase):
'''Test GMemoryMonitorDBus'''