]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-vfstest: Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Mon, 20 Feb 2012 14:24:17 +0000 (15:24 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 20 Feb 2012 16:01:11 +0000 (17:01 +0100)
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Mon Feb 20 17:01:11 CET 2012 on sn-devel-104

source3/torture/vfstest.c

index b0d55f5af546d7a0d132ed495ec1bc1f7018450e..55321dd96da66078e8f7874ff7c5c605e157e57c 100644 (file)
@@ -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[])