Remove obsolete id
This commit is contained in:
parent
5b5987a596
commit
2efc2e79da
@ -467,7 +467,6 @@ T A B L E o f C O N T E N T S
|
||||
svn=3592
|
||||
ssh=0
|
||||
curl==0
|
||||
id=$Id: version.cpp 3564 2015-01-11 21:38:40Z robinwmills $
|
||||
executable=C:\cygwin64\home\rmills\gnu\exiv2\video-write\msvc\bin\x64\releasedll\exiv2.exe
|
||||
library=C:\Windows\SYSTEM32\ntdll.dll
|
||||
library=C:\Windows\system32\kernel32.dll
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// ***************************************************************** -*- C++ -*-
|
||||
// exiv2json.cpp, $Id: exiv2json.cpp 518 2013-05-10 23:53:00Z robinwmills@gmail.com $
|
||||
// exiv2json.cpp
|
||||
// Sample program to print metadata in JSON format
|
||||
|
||||
#include <exiv2/exiv2.hpp>
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" @(#) $Id: exiv2.1 4075 2015-12-08 09:27:38Z robinwmills $
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" @(#) $Id$
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
|
||||
@ -497,7 +497,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys)
|
||||
#endif
|
||||
|
||||
output(os,keys,"curl" , use_curl);
|
||||
output(os,keys,"id" , "$Id$");
|
||||
if ( libs.begin() != libs.end() ) {
|
||||
output(os,keys,"executable" ,*libs.begin());
|
||||
for ( Exiv2::StringVector_i lib = libs.begin()+1 ; lib != libs.end() ; lib++ )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user