diff options
Diffstat (limited to 'libports/create-port.c')
-rw-r--r-- | libports/create-port.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libports/create-port.c b/libports/create-port.c index 4da92d4a..104a18d0 100644 --- a/libports/create-port.c +++ b/libports/create-port.c @@ -30,6 +30,3 @@ ports_create_port (struct port_class *class, struct port_bucket *bucket, { return _ports_create_port_internal (class, bucket, size, result, 1); } - - - |