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);