From 3c78c1ef20182ab39bde47677ee615bbbd208837 Mon Sep 17 00:00:00 2001 From: nima Date: Wed, 29 Oct 2008 07:04:03 +0000 Subject: Cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@76 abc39116-655e-4be6-ad55-d661dc543056 --- global.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 global.h (limited to 'global.h') diff --git a/global.h b/global.h deleted file mode 100644 index a1a911a..0000000 --- a/global.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef GLOB -#define GLOB 1 - -struct opt opt; -char buffer[50000]; - -#endif -- cgit