Remove "virtual" and add "override".
authorRui Ueyama <ruiu@google.com>
Thu, 3 Apr 2014 18:25:36 +0000 (18:25 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 3 Apr 2014 18:25:36 +0000 (18:25 +0000)
commite8fa7c079e6737c3b73e283c926e978b5c2dcc82
tree15aea0e729b733673ef54b40e2293c5bd34a8b97
parent5bdaea85cba14baaef6cc5ea46d63e2e9926c69f
Remove "virtual" and add "override".

Seems clang-modernize couldn't add "override" to nested classes, so
doing it by hand. Also removed unused virtual member function that
is not overriding anything, that seems to have been added by mistake.

llvm-svn: 205552
lld/include/lld/Core/File.h