commit | f30a6717f97b6cf1f802e32144153d5a891936c4 | [log] [tgz] |
---|---|---|
author | Logan <tzuhsiang.chien@gmail.com> | Thu Jan 06 05:55:34 2011 +0800 |
committer | Logan <tzuhsiang.chien@gmail.com> | Thu Jan 06 05:55:34 2011 +0800 |
tree | 144b243e51b15df19a1dbcf000be322fc9499abf | |
parent | 033f46ea98d154040fbfcf9ee844f09e6aceebc6 [diff] [blame] |
Remove the deprecated parameter (internally).
diff --git a/lib/bcc/Script.h b/lib/bcc/Script.h index 056f65e..5e8d24f 100644 --- a/lib/bcc/Script.h +++ b/lib/bcc/Script.h
@@ -53,7 +53,7 @@ // ReadBC char const *sourceBC; char const *sourceResName; - int sourceSize; + size_t sourceSize; // ReadModule llvm::Module *sourceModule; @@ -74,8 +74,6 @@ int readBC(const char *bitcode, size_t bitcodeSize, - long bitcodeFileModTime, - long bitcodeFileCRC32, const BCCchar *resName, const BCCchar *cacheDir);