remove tools module
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
namespace ns3 {
|
||||
|
||||
/**
|
||||
* \ingroup tools
|
||||
* \ingroup stats
|
||||
*
|
||||
* \brief quick and dirty delay and jitter estimation
|
||||
*
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
callback_classes = [
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,17 +0,0 @@
|
||||
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
|
||||
def build(bld):
|
||||
|
||||
module = bld.create_ns3_module('tools', ['network', 'stats'])
|
||||
module.source = [
|
||||
]
|
||||
|
||||
module_test = bld.create_ns3_module_test_library('tools')
|
||||
module_test.source = [
|
||||
]
|
||||
|
||||
headers = bld(features='ns3header')
|
||||
headers.module = 'tools'
|
||||
headers.source = [
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user