Imported Upstream version 2.6.0
[debian/amanda] / changer-src / scsi-proto.c
index 8f6fd7737820957211a16ab31d91390022006271..4c53d17619173ad1d380853743a28977f26f4ed0 100644 (file)
@@ -15,8 +15,6 @@
 #include "amanda.h"
 #include "libscsi.h"
 
-#if defined(PROTO_H) 
-
 char *modname = "@(#)" __FILE__
                ": SCSI support library for the proto scsi interface @(#)";
 
@@ -124,5 +122,3 @@ int get_drive_count(int fd)
      */
     return number_of_data-transfer_devices;
 }
-
-#endif