Removed comments from i386 PTE class

This commit is contained in:
2020-07-18 13:16:28 -05:00
parent 048211a876
commit 1147545c58

View File

@@ -1,10 +1,3 @@
/*
* PageTableEntry.h
*
* Created on: May 22, 2019
* Author: nathan
*/
#ifndef SRC_PAGETABLEENTRY_H_
#define SRC_PAGETABLEENTRY_H_
@@ -53,6 +46,6 @@ private:
uint32_t physicalAddress : 20;
};
} /* namespace qkernel */
}
#endif /* SRC_PAGETABLEENTRY_H_ */
#endif