summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-20 15:24:17 +0100
committerVolker Lendecke <vl@samba.org>2012-02-20 17:01:11 +0100
commite9b9ba14c06ada67446be38da7184dec9f87d1f0 (patch)
tree41755d45b8e07978e918997018511b7cee3237b5 /source3
parent3992182fec4d46d4340fe038b7d3386b78701857 (diff)
downloadsamba-e9b9ba14c06ada67446be38da7184dec9f87d1f0.tar.gz
samba-e9b9ba14c06ada67446be38da7184dec9f87d1f0.tar.bz2
samba-e9b9ba14c06ada67446be38da7184dec9f87d1f0.zip
s3-vfstest: Remove an unused variable
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 20 17:01:11 CET 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/torture/vfstest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index b0d55f5af5..55321dd96d 100644
--- a/source3/torture/vfstest.c
+++ b/source3/torture/vfstest.c
@@ -415,8 +415,6 @@ void exit_server_cleanly(const char *const reason)
exit_server("normal exit");
}
-int last_message = -1;
-
/* Main function */
int main(int argc, char *argv[])