From 5786690490aa94f76309f6b101883c13fdc96896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 6 Nov 2014 14:41:01 +0100 Subject: Fixes to nits found using the verilator linter. --- src/rtl/chacha_qr.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rtl/chacha_qr.v') diff --git a/src/rtl/chacha_qr.v b/src/rtl/chacha_qr.v index 1909a1c..42e644c 100644 --- a/src/rtl/chacha_qr.v +++ b/src/rtl/chacha_qr.v @@ -86,8 +86,6 @@ module chacha_qr( reg [31 : 0] c0; reg [31 : 0] c1; - reg [31 : 0] c2; - reg [31 : 0] c3; reg [31 : 0] d0; reg [31 : 0] d1; -- cgit v1.2.3