[Title] delete unused variables
authordongkyun.yun <dk77.yun@samsung.com>
Mon, 28 Nov 2011 11:26:50 +0000 (20:26 +0900)
committerdongkyun.yun <dk77.yun@samsung.com>
Mon, 28 Nov 2011 11:26:50 +0000 (20:26 +0900)
[Type]      // Commit Type: Feature / Bugfix / Enhancement
[Module]    // Module Name - (Main / Sub)
[Priority]  // Importance : Critical / Major / Minor
[CQ#]       // CQ Issue Number
[Redmine#]  // Redmine Isuue Number
[Problem]   // Problem Description
[Cause]     // Cause Description
[Solution]  // Solution Description
[TestCase]  // Executed the test-target (How to)

drivers/virtio/virtio_gpi.c

index d5ba9269b0ef50e7b26042e07b103af6d782a386..073a1bbd9169710feb2cea2853bb5ea83eef49d7 100644 (file)
@@ -69,9 +69,6 @@ static int log_dump(char *buffer, int size)
 #define log_dump(fmt, ...) ((void)0)
 #endif
 
-#define SIZE_OUT_HEADER (sizeof(int)*3)
-#define SIZE_IN_HEADER sizeof(int)
-
 struct virtio_gpi_data {
        int pid;