summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-25 09:09:27 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-25 09:09:27 +0000
commit61e93bc15fbccaa9e8319384224db3335a4a5358 (patch)
treea2a80987eb4160c710e121beadedcd04e91566d6 /lib/sbin/create_c_stuff.pl
parent9bf28bf5ac1cb628ed935d4498694a7482b32de0 (diff)
Fixed some things noticed by perl -w .
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1102 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/create_c_stuff.pl')
-rw-r--r--lib/sbin/create_c_stuff.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl
index 771f8d37..d5b4442a 100644
--- a/lib/sbin/create_c_stuff.pl
+++ b/lib/sbin/create_c_stuff.pl
@@ -31,7 +31,6 @@ sub CreateParameterBindingFile
my($line,@data);
my(%parameters);
my($type, $type_string);
- my(@data);
# Header Data
$line = "\#include <stdio.h>";
@@ -192,7 +191,6 @@ sub CreateCStructureParameterHeader
my($line,@data);
my(%parameters);
my($type, $type_string);
- my(@data);
my(@definition);
# Create the structure