summaryrefslogtreecommitdiff
path: root/test/benchmark-gvfs-big-files.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-11-16 10:20:13 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-11-16 10:20:13 +0000
commit19b292e9d654286e4586f94d92ea2262f4d81af1 (patch)
treec2e0327ff6a7bf635527cd8ecb217e529407de99 /test/benchmark-gvfs-big-files.c
parent9fcf3c766bd2a85ccf01a67c4dfac4e491ca3c56 (diff)
downloadgvfs-19b292e9d654286e4586f94d92ea2262f4d81af1.tar.gz
Code cleanups from Kjartan Maraas.
2007-11-16 Alexander Larsson <alexl@redhat.com> * client/gdaemonfile.c: * client/gdaemonfileinputstream.c: * client/gdaemonfileoutputstream.c: * client/smburi.c: * common/gdbusutils.c: * common/gmountsource.c: * daemon/gvfsbackendftp.c: * daemon/gvfsbackendtrash.c: * daemon/gvfsdaemon.c: * daemon/gvfsjob.c: * daemon/gvfsjobdbus.c: * daemon/gvfsjobopenforwrite.h: * daemon/mount.c: * daemon/pty_open.c: * test/benchmark-gvfs-big-files.c: * test/benchmark-gvfs-small-files.c: * test/benchmark-posix-small-files.c: Code cleanups from Kjartan Maraas. svn path=/trunk/; revision=1031
Diffstat (limited to 'test/benchmark-gvfs-big-files.c')
-rw-r--r--test/benchmark-gvfs-big-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmark-gvfs-big-files.c b/test/benchmark-gvfs-big-files.c
index 04da19a5..7e8c9cac 100644
--- a/test/benchmark-gvfs-big-files.c
+++ b/test/benchmark-gvfs-big-files.c
@@ -134,9 +134,9 @@ read_file (GFile *scratch_file)
static void
delete_file (GFile *scratch_file)
{
+#if 0
GError *error = NULL;
-#if 0
/* Enable when GDaemonFile supports delete */
if (!g_file_delete (scratch_file, NULL, &error))