diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 20:06:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-26 21:36:29 +0100 |
| commit | 6978a5b91c46ff1b4b70d81e30eebc848093e08d (patch) | |
| tree | 8b8dc512b111ddb26fa54a34f448114c68dfecfa /src/h__02_Writer.cpp | |
| parent | d8a09e3eab154c8600084bad91f5cec51237b9a5 (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/h__02_Writer.cpp')
| -rw-r--r-- | src/h__02_Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__02_Writer.cpp b/src/h__02_Writer.cpp index 9b1c6c6..b5f7312 100644 --- a/src/h__02_Writer.cpp +++ b/src/h__02_Writer.cpp @@ -316,7 +316,7 @@ AS_02::h__AS02WriterClip::HasOpenClip() const // Result_t -AS_02::h__AS02WriterClip::StartClip(const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext* HMAC) +AS_02::h__AS02WriterClip::StartClip(const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext*) { if ( Ctx != 0 ) { |
