]> git.cworth.org Git - apitrace/blobdiff - trace_file.cpp
Remove some currently unused member variables.
[apitrace] / trace_file.cpp
index 2d002868920feda1d7c2d48438bd8af5e88b8351..91114b3290b0a56c09e46b125e59fc836d693ade 100644 (file)
@@ -150,7 +150,7 @@ bool ZLibFile::supportsOffsets() const
     return false;
 }
 
-bool ZLibFile::rawSkip(unsigned)
+bool ZLibFile::rawSkip(size_t)
 {
     return false;
 }