mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
comment out never used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -304,13 +304,15 @@ bool CFlashTool::erase(int globalProgressEnd)
|
||||
close(fd);
|
||||
return true;
|
||||
}
|
||||
|
||||
#if 0
|
||||
//never used
|
||||
bool CFlashTool::check_cramfs( const std::string & /*filename*/ )
|
||||
{
|
||||
int retVal = 0; //cramfs_crc( (char*) filename.c_str() );
|
||||
printf("flashcheck returned: %d\n", retVal);
|
||||
return retVal==1;
|
||||
}
|
||||
#endif
|
||||
#define FROMHEX(c) ((c)>='a' ? (c)-'a'+10 : ((c)>='A' ? (c)-'A'+10 : (c)-'0'))
|
||||
bool CFlashTool::check_md5( const std::string & filename, const std::string & smd5)
|
||||
{
|
||||
|
Reference in New Issue
Block a user