瀏覽代碼

remove comments

aidmar.wainakh 6 年之前
父節點
當前提交
db7c3675da
共有 3 個文件被更改,包括 0 次插入6 次删除
  1. 0 2
      code_boost/src/cxx/pcap_processor.h
  2. 0 2
      code_boost/src/cxx/statistics.cpp
  3. 0 2
      code_boost/src/cxx/statistics_db.h

+ 0 - 2
code_boost/src/cxx/pcap_processor.h

@@ -5,9 +5,7 @@
 #ifndef CPP_PCAPREADER_MAIN_H
 #define CPP_PCAPREADER_MAIN_H
 
-// Aidmar
 #include <iomanip>
-
 #include <tins/tins.h>
 #include <iostream>
 #include <time.h>

+ 0 - 2
code_boost/src/cxx/statistics.cpp

@@ -1,6 +1,4 @@
-// Aidmar
 #include <iostream>
-
 #include "statistics.h"
 #include <sstream>
 #include <SQLiteCpp/SQLiteCpp.h>

+ 0 - 2
code_boost/src/cxx/statistics_db.h

@@ -5,10 +5,8 @@
 #ifndef CPP_PCAPREADER_STATISTICSDB_H
 #define CPP_PCAPREADER_STATISTICSDB_H
 
-// Aidmar
 #include <iostream>
 #include <memory>
-
 #include <string>
 #include "statistics.h"
 #include <SQLiteCpp/SQLiteCpp.h>