Revision
996
Author
mww@apple.com
Date
2012-01-21 10:07:29 -0800 (Sat, 21 Jan 2012)

Log Message

Remove virtual.

Modified Paths

Diff

Modified: branches/PR-10307836/darwinup/File.h (995 => 996)


--- branches/PR-10307836/darwinup/File.h	2012-01-21 18:07:28 UTC (rev 995)
+++ branches/PR-10307836/darwinup/File.h	2012-01-21 18:07:29 UTC (rev 996)
@@ -184,7 +184,7 @@
 	virtual int remove();
 
 	// Removes any quarantine xattrs present
-	virtual int unquarantine(const char *prefix);
+	int unquarantine(const char *prefix);
 
 	// Prints one line to the output stream indicating
 	// the file mode, ownership, digest and name.